Skip to content

Commit

Permalink
fix: map bin file
Browse files Browse the repository at this point in the history
  • Loading branch information
Harrison Ifeanyichukwu authored and Harrison Ifeanyichukwu committed Dec 10, 2019
1 parent aac417c commit c2e9f33
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 @@ -4,7 +4,7 @@
"description": "A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup",
"main": "lib/index",
"typings": "lib/index",
"bin": "bin/index",
"bin": "./bin/index.js",
"scripts": {
"commit": "git-cz",
"test": "BABEL_ENV=test jest --runInBand",
Expand Down

0 comments on commit c2e9f33

Please sign in to comment.