File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
"watch-js" : " watchify -t reactify src/js/app.js -o build/js/app.js -v" ,
10
10
"watch" : " grunt build && npm build && npm run watch-js | grunt watch" ,
11
11
"start" : " electron ." ,
12
- "dist" : " rm -rf Gitify.app/ && electron-packager . Gitify --platform=darwin --arch=x64 --version=0.27.1 --icon=images/app-icon.icns --prune --ignore=src" ,
12
+ "dist" : " rm -rf Gitify.app/ && electron-packager . Gitify --platform=darwin --arch=x64 --version=0.27.2 --icon=images/app-icon.icns --prune --ignore=src" ,
13
13
"test" : " jsxhint --reporter node_modules/jshint-stylish/stylish.js 'src/**/*.js', 'index.js' --exclude 'Gruntfile.js' && jscs 'src/js/' && jest" ,
14
14
"coveralls" : " cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
15
15
},
121
121
},
122
122
"devDependencies" : {
123
123
"electron-packager" : " =4.1.2" ,
124
- "electron-prebuilt" : " =0.27.1 " ,
124
+ "electron-prebuilt" : " =0.27.2 " ,
125
125
"esprima-fb" : " =15001.1.0-dev-harmony-fb" ,
126
126
"grunt" : " =0.4.5" ,
127
127
"grunt-contrib-clean" : " =0.6.0" ,
You can’t perform that action at this time.
0 commit comments