|
8 | 8 | "build": "ulimit -n 512 && npm install && grunt build && npm run build-js", |
9 | 9 | "watch-js": "watchify -t [ babelify --presets [ es2015 react ] ] src/js/app.js -o build/js/app.js -v", |
10 | 10 | "watch": "npm run build && grunt build && npm run watch-js & grunt watch", |
11 | | - "start": "electron .", |
| 11 | + "start": "electron . --enable-logging", |
12 | 12 | "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'", |
13 | 13 | "codesign": "bash scripts/codesign.bash", |
14 | 14 | "dist": "npm run package && npm run codesign", |
|
50 | 50 | "font-awesome": "=4.5.0", |
51 | 51 | "history": "=1.14.0", |
52 | 52 | "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", |
56 | 56 | "react-router": "=1.0.1", |
57 | 57 | "react-toggle": "=2.0.1", |
58 | | - "react-tools": "=0.13.3", |
59 | 58 | "reflux": "=0.3.0", |
60 | 59 | "reloading": "0.0.6", |
61 | 60 | "superagent": "=1.5.0", |
|
0 commit comments