Skip to content

Commit

Permalink
fix(npm): revert shrinkwrap changes (#824)
Browse files Browse the repository at this point in the history
* chore(npm): revert shrinkwrap changes

* chore: other reversions
  • Loading branch information
kanadgupta authored Jun 14, 2023
1 parent cf3e7a5 commit f96e6dc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ __tests__/__fixtures__/invalid-json/yikes.json
CHANGELOG.md
coverage/
dist/
npm-shrinkwrap.json
2 changes: 1 addition & 1 deletion .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ plugins:
- [
'@semantic-release/git',
{
assets: ['action.yml', 'CHANGELOG.md', 'package.json', 'npm-shrinkwrap.json'],
assets: ['action.yml', 'CHANGELOG.md', 'package.json', 'package-lock.json'],
message: "build(release): 🚀 v${nextRelease.version} 🦉\n\n${nextRelease.notes}\n[skip ci]",
},
]
Expand Down
File renamed without changes.

0 comments on commit f96e6dc

Please sign in to comment.