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 8750b6d commit daf9619Copy full SHA for daf9619
.gitignore
@@ -1 +1,3 @@
1
umd
2
+node_modules
3
+npm-debug.log
package.json
@@ -16,6 +16,7 @@
16
"build-min": "webpack -p modules/index.js umd/react-router.min.js",
17
"build": "node ./scripts/build.js",
18
"prepublish": "node ./scripts/build.js",
19
+ "clean": "rm $(ls modules | grep -v __)",
20
"test": "npm run lint && karma start",
21
"lint": "eslint modules"
22
},
0 commit comments