Skip to content

Commit

Permalink
Fix wrong file extension (#3031)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Aug 5, 2019
1 parent 9af119d commit 81c4869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
"module": "dist/rollup.es.js",
"typings": "dist/rollup.d.ts",
"bin": {
"rollup": "./dist/bin/rollup.js"
"rollup": "./dist/bin/rollup"
},
"scripts": {
"build": "shx rm -rf dist && git rev-parse HEAD > .commithash && rollup -c && shx cp src/rollup/types.d.ts dist/rollup.d.ts && shx chmod a+x dist/bin/rollup",
Expand Down

0 comments on commit 81c4869

Please sign in to comment.