We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acb8ff5 commit 3d17ee9Copy full SHA for 3d17ee9
1 file changed
package.json
@@ -1,13 +1,13 @@
1
{
2
"name": "@neolution-ch/release-process-test",
3
- "packageManager": "yarn@4.6.0",
4
- "publishConfig": {
5
- "registry": "https://npm.pkg.github.com/"
6
- },
+ "version": "0.2.0",
7
"devDependencies": {
8
"@release-it/keep-a-changelog": "^7.0.0",
9
"prettier": "^3.5.3",
10
"release-it": "^19.0.3"
11
},
12
- "version": "0.2.0"
+ "packageManager": "yarn@4.6.0",
+ "publishConfig": {
+ "registry": "https://npm.pkg.github.com/"
+ }
13
}
0 commit comments