Skip to content

Commit

Permalink
Revert --no-esModule and --interop, close #73
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgebucaran committed Sep 22, 2021
1 parent ade8c09 commit c73d37d
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 @@ -27,7 +27,7 @@
],
"scripts": {
"test": "c8 twist tests/*.js",
"build": "npx rollup --interop=esModule --no-esModule --format cjs --input index.js --file index.cjs",
"build": "npx rollup --format cjs --input index.js --file index.cjs",
"deploy": "npm test && git commit --all --message $tag && git tag --sign $tag --message $tag && git push && git push --tags",
"release": "tag=$npm_package_version npm run deploy && npm publish --access public",
"prepare": "npm run build"
Expand Down

0 comments on commit c73d37d

Please sign in to comment.