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 09b7d32 commit bafc6abCopy full SHA for bafc6ab
package.json
@@ -2,7 +2,7 @@
2
"name": "react-router",
3
"version": "0.13.3",
4
"description": "A complete routing library for React.js",
5
- "main": "build",
+ "main": "lib",
6
"repository": {
7
"type": "git",
8
"url": "https://github.com/rackt/react-router.git"
@@ -11,7 +11,7 @@
11
"bugs": "https://github.com/rackt/react-router/issues",
12
"scripts": {
13
"build": "scripts/build.sh",
14
- "watch": "babel ./modules --watch -d build",
+ "watch": "babel ./modules --watch -d lib",
15
"build-website": "babel-node website/scripts/build.js > website/index.html",
16
"examples": "webpack-dev-server --config examples/webpack.config.js --content-base examples",
17
"prepublish": "npm run build",
0 commit comments