Skip to content

Commit

Permalink
fix: update package lock
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Jan 23, 2023
1 parent 3915236 commit 5c6cc5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"scripts": {
"prepare": "node ./file-content-injector.js",
"start": "node ./dist/index.js",
"start": "node ./dist/esm/index.js",
"generate:sandhog": "sandhog all --yes",
"generate:changelog": "standard-changelog --first-release",
"generate:all": "npm run generate:sandhog && npm run generate:changelog",
Expand Down

0 comments on commit 5c6cc5b

Please sign in to comment.