Skip to content

Commit 481d974

Browse files
committed
Move babel & eslint config into modules dir
1 parent f74fd14 commit 481d974

File tree

4 files changed

+4103
-2
lines changed

4 files changed

+4103
-2
lines changed
File renamed without changes.
File renamed without changes.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"build-min": "webpack -p modules/index.js umd/react-broadcast.min.js",
1616
"prepublish": "node ./scripts/build.js",
1717
"release": "node ./scripts/release.js",
18-
"test": "npm run lint && karma start",
19-
"lint": "eslint modules"
18+
"lint": "eslint modules",
19+
"test": "karma start --single-run"
2020
},
2121
"dependencies": {
2222
"invariant": "^2.2.1",

0 commit comments

Comments
 (0)