We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 195686d commit 5b15466Copy full SHA for 5b15466
package.json
@@ -20,7 +20,7 @@
20
"build": "babel ./modules -d lib --ignore '__tests__'",
21
"build-umd": "NODE_ENV=production webpack modules/index.js umd/ReactRouter.js",
22
"build-min": "NODE_ENV=production webpack -p modules/index.js umd/ReactRouter.min.js",
23
- "lint": "eslint modules examples",
+ "lint": "eslint modules examples *.js",
24
"start": "node examples/server.js",
25
"test": "npm run lint && karma start",
26
"postinstall": "node ./npm-scripts/postinstall.js"
0 commit comments