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

Commit 10e34d2

Browse files
committed
Update build script for multi-file setup.
1 parent 36845f5 commit 10e34d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"license": "MIT",
1818
"scripts": {
19-
"build": "mkdir -p lib && babel ./src/index.js --out-file ./lib/index.js",
19+
"build": "mkdir -p lib && babel ./src -d lib",
2020
"lint": "eslint examples src test",
2121
"test": "npm run lint && npm run test:node && npm run test:browser",
2222
"test:node": "mocha --compilers js:babel-core/register --recursive ./test/node",

0 commit comments

Comments
 (0)