Skip to content

Commit 1cf7a8b

Browse files
committed
Remove watch script
1 parent 0ae791b commit 1cf7a8b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@
1111
"bugs": "https://github.com/rackt/react-router/issues",
1212
"scripts": {
1313
"build": "scripts/build.sh",
14-
"watch": "babel ./modules --watch -d lib",
1514
"build-website": "scripts/build-website.sh",
16-
"examples": "webpack-dev-server --config examples/webpack.config.js --content-base examples --inline",
1715
"prepublish": "npm run build",
16+
"examples": "webpack-dev-server --config examples/webpack.config.js --content-base examples --inline",
1817
"test": "eslint modules && karma start"
1918
},
2019
"authors": [

0 commit comments

Comments
 (0)