Skip to content

Commit

Permalink
chore: split dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
Idered committed Aug 16, 2017
1 parent a196401 commit 62f1dbb
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 @@ -5,7 +5,7 @@
"license": "MIT",
"main": "lib/index.js",
"scripts": {
"build": "mkdir lib & babel src --out-file lib/index.js",
"build": "babel src -d lib",
"dev": "mocha --watch -R min --compilers js:babel-register tests",
"test": "xo && mocha --compilers js:babel-register tests",
"test:coverage": "nyc npm test && nyc report --reporter=text-lcov > coverage.lcov && codecov",
Expand Down

0 comments on commit 62f1dbb

Please sign in to comment.