Skip to content

Commit 26c7ff1

Browse files
Merge pull request #146 from ekonstantinidis/fix-bug
Update to react 0.14.5 and remove react-tools
2 parents 8474ee3 + c583671 commit 26c7ff1

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

package.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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",
@@ -50,12 +50,11 @@
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",

0 commit comments

Comments
 (0)