File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
"watch-js" : " watchify -t babelify src/js/app.js -o build/js/app.js -v" ,
10
10
"watch" : " npm run build && grunt 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.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' " ,
13
13
"test" : " jsxhint --reporter=node_modules/jshint-stylish 'src/**/*.js', 'index.js' --exclude 'Gruntfile.js' && jscs 'src/js/' && jest"
14
14
},
15
15
"jshintConfig" : {
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ var Login = React.createClass({
18
18
// Start Login
19
19
var options = {
20
20
client_id : '27a352516d3341cee376' ,
21
- client_secret : '626a199b0656c55b2cbf3a3199e573ce17f549bc ' ,
21
+ client_secret : '' ,
22
22
scope : [ 'user:email' , 'notifications' ]
23
23
} ;
24
24
You can’t perform that action at this time.
0 commit comments