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 85b8282 commit c9982acCopy full SHA for c9982ac
package.json
@@ -13,7 +13,6 @@
13
"build": "babel ./modules -d lib --ignore '__tests__'",
14
"build-umd": "NODE_ENV=production webpack modules/index.js umd/ReactRouter.js",
15
"build-min": "NODE_ENV=production webpack -p modules/index.js umd/ReactRouter.min.js",
16
- "build-website": "scripts/build-website.sh",
17
"start": "webpack-dev-server --config examples/webpack.config.js --content-base examples --inline",
18
"test": "eslint modules && karma start",
19
"lint": "eslint modules",
0 commit comments