Skip to content
This repository has been archived by the owner on Oct 26, 2018. It is now read-only.

Commit

Permalink
Update build script for multi-file setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
timdorr committed Feb 5, 2016
1 parent 36845f5 commit 10e34d2
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 @@ -16,7 +16,7 @@
],
"license": "MIT",
"scripts": {
"build": "mkdir -p lib && babel ./src/index.js --out-file ./lib/index.js",
"build": "mkdir -p lib && babel ./src -d lib",
"lint": "eslint examples src test",
"test": "npm run lint && npm run test:node && npm run test:browser",
"test:node": "mocha --compilers js:babel-core/register --recursive ./test/node",
Expand Down

0 comments on commit 10e34d2

Please sign in to comment.