Skip to content

Commit 3d17ee9

Browse files
committed
fix: reorder fields in package.json for consistency
1 parent acb8ff5 commit 3d17ee9

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@neolution-ch/release-process-test",
3-
"packageManager": "yarn@4.6.0",
4-
"publishConfig": {
5-
"registry": "https://npm.pkg.github.com/"
6-
},
3+
"version": "0.2.0",
74
"devDependencies": {
85
"@release-it/keep-a-changelog": "^7.0.0",
96
"prettier": "^3.5.3",
107
"release-it": "^19.0.3"
118
},
12-
"version": "0.2.0"
9+
"packageManager": "yarn@4.6.0",
10+
"publishConfig": {
11+
"registry": "https://npm.pkg.github.com/"
12+
}
1313
}

0 commit comments

Comments
 (0)