mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Rename example package.json command for consistency with README
This commit is contained in:
@@ -4,13 +4,13 @@
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"babelify": "^6.3.0",
|
||||
"browserify": "^11.0.1",
|
||||
"react": "^0.14.0-rc1",
|
||||
"react-dom": "^0.14.0-rc1",
|
||||
"watchify": "^3.4.0",
|
||||
"browserify": "^11.0.1"
|
||||
"watchify": "^3.4.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "browserify ./index.js -t babelify -o bundle.js",
|
||||
"watch": "watchify ./index.js -v -t babelify -o bundle.js"
|
||||
"start": "watchify ./index.js -v -t babelify -o bundle.js"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user