File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ npm-debug.log
33
44build /
55node_modules /
6+ Gitify.app /
Original file line number Diff line number Diff line change 99 "watch-js" : " watchify -t reactify src/js/app.js -o build/js/app.js -v" ,
1010 "watch" : " grunt build && npm build && npm run watch-js | grunt watch" ,
1111 "start" : " electron ." ,
12- "dist" : " rm -rf GithubNotfier .app/ && electron-packager . GithubNotfier --platform=darwin --arch=x64 --version=0.26.0 --prune --ignore=.git --ignore=src" ,
12+ "dist" : " rm -rf Gitify .app/ && electron-packager . Gitify --platform=darwin --arch=x64 --version=0.26.0 --prune --ignore=src" ,
1313 "test" : " jsxhint --reporter node_modules/jshint-stylish/stylish.js 'src/**/*.js', 'index.js' --exclude 'Gruntfile.js'"
1414 },
1515 "repository" : {
You can’t perform that action at this time.
0 commit comments