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 5c6cc5b commit a707991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const generatePackageJson = () =>
...pkg,
devDependencies: {},
scripts: {
start: "node dist/index.js"
start: "node dist/esm/index.js"
},
dependencies: {
...pkg.dependencies
Expand Down

0 comments on commit a707991

Please sign in to comment.