Skip to content

Commit 153fe5d

Browse files
committed
updated version
1 parent 702d7cb commit 153fe5d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "Electron-Boilerplate",
3-
"version": "1.0.0",
3+
"version": "1.1.1",
44
"description": "A simple electron app with CLI tasks for automatically building the app",
55
"main": "main.js",
66
"scripts": {
7-
"preinstall": "make globals",
7+
"preinstall": "make globals && bower install",
88
"start": "electron .",
99
"test": "node-inspector && electron --debug=5858 && ",
1010
"prepublish": "make"
@@ -25,15 +25,12 @@
2525
"electron-packager": "^4.1.3",
2626
"gulp": "^3.9.0",
2727
"gulp-autoprefixer": "^2.3.1",
28-
"gulp-babel": "^5.1.0",
2928
"gulp-clean": "^0.3.1",
3029
"gulp-load-plugins": "^1.0.0-rc.1",
3130
"gulp-notify": "^2.2.0",
3231
"gulp-plumber": "^1.0.1",
3332
"gulp-sass": "^2.0.1",
34-
"gulp-shell": "^0.4.2",
3533
"gulp-sourcemaps": "^1.5.2",
36-
"gulp-uglify": "^1.2.0",
3734
"gulp-util": "^3.0.5"
3835
},
3936
"dependencies": {

0 commit comments

Comments
 (0)