Skip to content

Commit e92e903

Browse files
authored
Merge pull request #60 from Telefonica/release
chore: Add publishing fields to package.json
2 parents dfee833 + cc8eef4 commit e92e903

File tree

2 files changed

+38
-3
lines changed

2 files changed

+38
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
#### Deprecated
1212
#### Removed
1313

14+
## [2.0.2] - 2025-04-11
15+
16+
### Fixed
17+
18+
* fix: Add publishing fields to package.json
19+
1420
## [2.0.1] - 2025-04-10
1521

1622
### Fixed

package.json

Lines changed: 32 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,39 @@
11
{
22
"name": "@telefonica/opensource-scaffold",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"type": "module",
55
"description": "Scaffolding for open source projects. A CLI tool to create open source repositories with standard tools and resources",
66
"packageManager": "pnpm@9.4.0",
7+
"license": "Apache-2.0",
8+
"author": "Telefónica Innovación Digital",
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/Telefonica/opensource-scaffold"
12+
},
13+
"publishConfig": {
14+
"registry": "https://registry.npmjs.org/",
15+
"access": "public"
16+
},
17+
"keywords": [
18+
"opensource",
19+
"open-source",
20+
"scaffold",
21+
"contributing-guidelines",
22+
"license",
23+
"issue-template",
24+
"pull-request-template",
25+
"generator",
26+
"dependencies",
27+
"dependency-analysis",
28+
"spdx-license",
29+
"spdx",
30+
"copyright",
31+
"contributors",
32+
"contributing",
33+
"license-check",
34+
"community",
35+
"standard"
36+
],
737
"scripts": {
838
"build": "pnpm build:library && pnpm build:action",
939
"build:library": "tsc",
@@ -96,6 +126,5 @@
96126
},
97127
"engines": {
98128
"node": ">=18"
99-
},
100-
"license": "Apache-2.0"
129+
}
101130
}

0 commit comments

Comments
 (0)