Skip to content

Commit bafc6ab

Browse files
committed
Update build directory name in package.json
1 parent 09b7d32 commit bafc6ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-router",
33
"version": "0.13.3",
44
"description": "A complete routing library for React.js",
5-
"main": "build",
5+
"main": "lib",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/rackt/react-router.git"
@@ -11,7 +11,7 @@
1111
"bugs": "https://github.com/rackt/react-router/issues",
1212
"scripts": {
1313
"build": "scripts/build.sh",
14-
"watch": "babel ./modules --watch -d build",
14+
"watch": "babel ./modules --watch -d lib",
1515
"build-website": "babel-node website/scripts/build.js > website/index.html",
1616
"examples": "webpack-dev-server --config examples/webpack.config.js --content-base examples",
1717
"prepublish": "npm run build",

0 commit comments

Comments
 (0)