Skip to content

Commit

Permalink
fix: path to rollup binary
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 committed Aug 5, 2019
1 parent 9af119d commit a3a1fce
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/rollup.js"
},
"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 a3a1fce

Please sign in to comment.