Use .js extension in example for consistency

pull/1/head
David Baker 2015-06-09 17:42:10 +01:00
parent c42733ec95
commit b8411b2dc2
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
"watchify": "^3.2.1"
},
"scripts": {
"build": "browserify -t [ envify --NODE_ENV production ] -t reactify -g uglifyify lib/index.jsx -o bundle.js",
"start": "watchify -v -d -t reactify lib/index.jsx -o bundle.js"
"build": "browserify -t [ envify --NODE_ENV production ] -t reactify -g uglifyify lib/index.js -o bundle.js",
"start": "watchify -v -d -t reactify lib/index.js -o bundle.js"
}
}