File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Electron-Boilerplate" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.1.1 " ,
4
4
"description" : " A simple electron app with CLI tasks for automatically building the app" ,
5
5
"main" : " main.js" ,
6
6
"scripts" : {
7
- "preinstall" : " make globals" ,
7
+ "preinstall" : " make globals && bower install " ,
8
8
"start" : " electron ." ,
9
9
"test" : " node-inspector && electron --debug=5858 && " ,
10
10
"prepublish" : " make"
25
25
"electron-packager" : " ^4.1.3" ,
26
26
"gulp" : " ^3.9.0" ,
27
27
"gulp-autoprefixer" : " ^2.3.1" ,
28
- "gulp-babel" : " ^5.1.0" ,
29
28
"gulp-clean" : " ^0.3.1" ,
30
29
"gulp-load-plugins" : " ^1.0.0-rc.1" ,
31
30
"gulp-notify" : " ^2.2.0" ,
32
31
"gulp-plumber" : " ^1.0.1" ,
33
32
"gulp-sass" : " ^2.0.1" ,
34
- "gulp-shell" : " ^0.4.2" ,
35
33
"gulp-sourcemaps" : " ^1.5.2" ,
36
- "gulp-uglify" : " ^1.2.0" ,
37
34
"gulp-util" : " ^3.0.5"
38
35
},
39
36
"dependencies" : {
You can’t perform that action at this time.
0 commit comments