File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 88 "build" : " ulimit -n 512 && npm install && grunt build && npm run build-js" ,
99 "watch-js" : " watchify -t [ babelify --presets [ es2015 react ] ] src/js/app.js -o build/js/app.js -v" ,
1010 "watch" : " npm run build && grunt build && npm run watch-js & grunt watch" ,
11- "start" : " electron ." ,
11+ "start" : " electron . --enable-logging " ,
1212 "package" : " electron-packager . Gitify --overwrite --platform=darwin --arch=x64 --version=0.35.4 --asar=true --icon=images/app-icon.icns --prune --ignore='src' --ignore='coverage'" ,
1313 "codesign" : " bash scripts/codesign.bash" ,
1414 "dist" : " npm run package && npm run codesign" ,
5050 "font-awesome" : " =4.5.0" ,
5151 "history" : " =1.14.0" ,
5252 "octicons" : " =3.1.0" ,
53- "react" : " =0.14.3 " ,
54- "react-addons-test-utils" : " =0.14.3 " ,
55- "react-dom" : " =0.14.3 " ,
53+ "react" : " =0.14.5 " ,
54+ "react-addons-test-utils" : " =0.14.5 " ,
55+ "react-dom" : " =0.14.5 " ,
5656 "react-router" : " =1.0.1" ,
5757 "react-toggle" : " =2.0.1" ,
58- "react-tools" : " =0.13.3" ,
5958 "reflux" : " =0.3.0" ,
6059 "reloading" : " 0.0.6" ,
6160 "superagent" : " =1.5.0" ,
You can’t perform that action at this time.
0 commit comments