File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 99 "watch-js" : " watchify -t babelify src/js/app.js -o build/js/app.js -v" ,
1010 "watch" : " npm run build && grunt build && npm run watch-js & grunt watch" ,
1111 "start" : " electron ." ,
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" ,
12+ "dist" : " electron-packager . Gitify --overwrite -- platform=darwin --arch=x64 --version=0.30.2 --asar=true -- icon=images/app-icon.icns --prune --ignore=' src' --ignore='coverage' " ,
1313 "test" : " jsxhint --reporter=node_modules/jshint-stylish 'src/**/*.js', 'index.js' --exclude 'Gruntfile.js' && jscs 'src/js/' && jest"
1414 },
1515 "jshintConfig" : {
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ var Login = React.createClass({
1818 // Start Login
1919 var options = {
2020 client_id : '27a352516d3341cee376' ,
21- client_secret : '626a199b0656c55b2cbf3a3199e573ce17f549bc ' ,
21+ client_secret : '' ,
2222 scope : [ 'user:email' , 'notifications' ]
2323 } ;
2424
You can’t perform that action at this time.
0 commit comments