File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 44 "description" : " GitHub Notifications on your menu bar." ,
55 "main" : " main.js" ,
66 "scripts" : {
7- "build-js" : " mkdir -p build/js && browserify -t reactify src/js/app.js -o build/js/app.js" ,
7+ "build-js" : " mkdir -p build/js && browserify -t babelify src/js/app.js -o build/js/app.js" ,
88 "build" : " ulimit -n 512 && npm install && grunt build && npm run build-js" ,
9- "watch-js" : " watchify -t reactify src/js/app.js -o build/js/app.js -v" ,
10- "watch" : " grunt build && npm build && npm run watch-js | grunt watch" ,
9+ "watch-js" : " watchify -t babelify src/js/app.js -o build/js/app.js -v" ,
10+ "watch" : " npm run build && grunt build && npm run watch-js & grunt watch" ,
1111 "start" : " electron ." ,
1212 "dist" : " rm -rf Gitify.app/ && electron-packager . Gitify --platform=darwin --arch=x64 --version=0.30.2 --icon=images/app-icon.icns --prune --ignore=src" ,
1313 "test" : " jsxhint --reporter=node_modules/jshint-stylish 'src/**/*.js', 'index.js' --exclude 'Gruntfile.js' && jscs 'src/js/' && jest"
121121 "homepage" : " https://github.com/ekonstantinidis/gitify" ,
122122 "dependencies" : {
123123 "auto-launch" : " =0.1.18" ,
124+ "babelify" : " =6.1.3" ,
124125 "bootstrap" : " =3.3.5" ,
125126 "browserify" : " =11.0.1" ,
126127 "font-awesome" : " =4.4.0" ,
129130 "react-router" : " =0.13.3" ,
130131 "react-toggle" : " =1.2.3" ,
131132 "react-tools" : " =0.13.3" ,
132- "reactify" : " =1.1.1" ,
133133 "reflux" : " =0.2.7" ,
134134 "reloading" : " 0.0.6" ,
135135 "superagent" : " =1.2.0" ,
You can’t perform that action at this time.
0 commit comments