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 4
4
"description" : " GitHub Notifications on your menu bar." ,
5
5
"main" : " main.js" ,
6
6
"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" ,
8
8
"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" ,
11
11
"start" : " electron ." ,
12
12
"dist" : " rm -rf Gitify.app/ && electron-packager . Gitify --platform=darwin --arch=x64 --version=0.30.2 --icon=images/app-icon.icns --prune --ignore=src" ,
13
13
"test" : " jsxhint --reporter=node_modules/jshint-stylish 'src/**/*.js', 'index.js' --exclude 'Gruntfile.js' && jscs 'src/js/' && jest"
121
121
"homepage" : " https://github.com/ekonstantinidis/gitify" ,
122
122
"dependencies" : {
123
123
"auto-launch" : " =0.1.18" ,
124
+ "babelify" : " =6.1.3" ,
124
125
"bootstrap" : " =3.3.5" ,
125
126
"browserify" : " =11.0.1" ,
126
127
"font-awesome" : " =4.4.0" ,
129
130
"react-router" : " =0.13.3" ,
130
131
"react-toggle" : " =1.2.3" ,
131
132
"react-tools" : " =0.13.3" ,
132
- "reactify" : " =1.1.1" ,
133
133
"reflux" : " =0.2.7" ,
134
134
"reloading" : " 0.0.6" ,
135
135
"superagent" : " =1.2.0" ,
You can’t perform that action at this time.
0 commit comments