File tree 4 files changed +13
-4
lines changed
4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "presets" : [
3
+ [" env" , {
4
+ "targets" : {
5
+ "node" : " current"
6
+ }
7
+ }]
8
+ ]
9
+ }
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ PKGER=node node_modules/electron-packager/cli.js
10
10
ZIP =node ../zip.js
11
11
12
12
ELECTRON_MIRROR =http://npm.taobao.org/mirrors/electron/
13
- ELECTRON_VERSION =1.8.2
13
+ ELECTRON_VERSION =1.8.3
14
14
BUILD=ELECTRON_MIRROR =$(ELECTRON_MIRROR ) $(PKGER ) ./dist $(NAME ) --overwrite --out=build --electron-version $(ELECTRON_VERSION )
15
15
16
16
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ var appTasks = {
46
46
//.pipe(plugins.jshint.reporter('default'))
47
47
. pipe (
48
48
plugins . babel ( {
49
- presets : [ "es2015 " ]
49
+ presets : [ "env " ]
50
50
} )
51
51
)
52
52
. pipe ( plugins . concat ( "app.js" ) )
Original file line number Diff line number Diff line change 24
24
"angular-ui-router" : " 1.0.3" ,
25
25
"ava" : " ^0.25.0" ,
26
26
"babel-core" : " ^6.26.0" ,
27
- "babel-preset-es2015 " : " ^6.24 .1" ,
27
+ "babel-preset-env " : " ^1.6 .1" ,
28
28
"bootstrap" : " 3.3.7" ,
29
29
"bower" : " ~1.8.2" ,
30
30
"codemirror" : " ^5.35.0" ,
40
40
"gulp-connect" : " ^5.5.0" ,
41
41
"gulp-jshint" : " ~2.1.0" ,
42
42
"gulp-load-plugins" : " ~1.5.0" ,
43
+ "gulp-run" : " ^1.7.1" ,
43
44
"jasmine-core" : " ^3.1.0" ,
44
45
"jquery" : " ^3.3.1" ,
45
46
"jquery.qrcode" : " ^1.0.3" ,
59
60
"dependencies" : {
60
61
"aws-sdk" : " ^2.205.0" ,
61
62
"clipboard" : " ^2.0.0" ,
62
- "gulp-run" : " ^1.7.1" ,
63
63
"koa" : " ^2.5.0" ,
64
64
"koa-convert" : " ^1.2.0" ,
65
65
"koa-static-server" : " ^1.3.4" ,
You can’t perform that action at this time.
0 commit comments