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 46ee7c4 commit 67e9b3dCopy full SHA for 67e9b3d
package.json
@@ -13,7 +13,7 @@
13
"build-global": "rm -rf build/global && NODE_ENV=production webpack modules/index.js build/global/ReactRouter.js && NODE_ENV=production COMPRESS=1 webpack modules/index.js build/global/ReactRouter.min.js && echo \"gzipped, the global build is `gzip -c build/global/ReactRouter.min.js | wc -c` bytes\"",
14
"build-npm": "rm -rf build/npm && babel -d build/npm/lib ./modules && cp README.md build/npm && find -X build/npm/lib -type d -name __tests__ | xargs rm -rf && node -p 'p=require(\"./package\");p.main=\"lib\";p.scripts=p.devDependencies=undefined;JSON.stringify(p,null,2)' > build/npm/package.json",
15
"examples": "webpack-dev-server --config examples/webpack.config.js --content-base examples",
16
- "test": "jsxhint . && karma start --single-run"
+ "test": "jsxhint . && karma start"
17
},
18
"authors": [
19
"Ryan Florence",
0 commit comments