Skip to content

Commit

Permalink
fix: leave out external deps
Browse files Browse the repository at this point in the history
  • Loading branch information
3cp committed May 12, 2020
1 parent e415f82 commit d0ade98
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 @@
"tape": "^5.0.0"
},
"scripts": {
"build": "ncc build src/index.js -m",
"build": "ncc build src/index.js -m -e bcx-expression-evaluator -e lodash",
"lint": "eslint src",
"prepare": "npm run build",
"preversion": "npm test",
Expand Down

0 comments on commit d0ade98

Please sign in to comment.