Skip to content

Commit

Permalink
refactor(npm): re-order package.json props
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Feb 7, 2024
1 parent a982b2c commit 2aaa3bc
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
"prettier": "3.2.5",
"semantic-release": "23.0.2"
},
"resolutions": {
"minimist": ">=1.2.6",
"npm/chalk": "^4.1.2"
},
"lint-staged": {
"*.{json,md,yaml,yml}": "prettier --write"
},
Expand All @@ -37,10 +41,6 @@
"release": {
"extends": "@ivangabriele/semantic-release-config-monorepo"
},
"resolutions": {
"minimist": ">=1.2.6",
"npm/chalk": "^4.1.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ivangabriele/semantic-release-config.git"
Expand Down
8 changes: 4 additions & 4 deletions packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
"minimist": ">=1.2.6",
"npm/chalk": "^4.1.2"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"author": {
"name": "Ivan Gabriele",
"email": "ivan.gabriele@protonmail.com",
Expand All @@ -31,10 +35,6 @@
"semantic-release",
"config"
],
"publishConfig": {
"access": "public",
"provenance": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/ivangabriele/semantic-release-config.git",
Expand Down
8 changes: 4 additions & 4 deletions packages/dist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
"minimist": ">=1.2.6",
"npm/chalk": "^4.1.2"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"author": {
"name": "Ivan Gabriele",
"email": "ivan.gabriele@protonmail.com",
Expand All @@ -32,10 +36,6 @@
"semantic-release",
"config"
],
"publishConfig": {
"access": "public",
"provenance": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/ivangabriele/semantic-release-config.git",
Expand Down
8 changes: 4 additions & 4 deletions packages/monorepo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
"minimist": ">=1.2.6",
"npm/chalk": "^4.1.2"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"author": {
"name": "Ivan Gabriele",
"email": "ivan.gabriele@protonmail.com",
Expand All @@ -46,10 +50,6 @@
"semantic-release",
"config"
],
"publishConfig": {
"access": "public",
"provenance": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/ivangabriele/semantic-release-config.git",
Expand Down
8 changes: 4 additions & 4 deletions packages/no-npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
"minimist": ">=1.2.6",
"npm/chalk": "^4.1.2"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"author": {
"name": "Ivan Gabriele",
"email": "ivan.gabriele@protonmail.com",
Expand All @@ -31,10 +35,6 @@
"semantic-release",
"config"
],
"publishConfig": {
"access": "public",
"provenance": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/ivangabriele/semantic-release-config.git",
Expand Down

0 comments on commit 2aaa3bc

Please sign in to comment.