Skip to content

Commit

Permalink
chore: remove shrinkwrap references
Browse files Browse the repository at this point in the history
  • Loading branch information
junners committed Aug 4, 2024
1 parent 74c8851 commit c0970cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"rollup": "rollup --config",
"uglify": "uglifyjs dist/index.js --compress -o dist/index.min.js",
"dist": "npm run rollup && npm run uglify",
"test:coverage": "nyc npm test",
"postversion": "cp -r package.json .. && cp -r npm-shrinkwrap.json .."
"test:coverage": "nyc npm test"
},
"keywords": [],
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion release.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default {
[
"@semantic-release/git",
{
assets: ["package.json", "package-lock.json", "npm-shrinkwrap.json", "CHANGELOG.md"],
assets: ["package.json", "package-lock.json", "CHANGELOG.md"],
message: "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}",
},
],
Expand Down

0 comments on commit c0970cd

Please sign in to comment.