File tree 3 files changed +8
-12
lines changed
3 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"plugins" : [
3
- " transform-flow-strip-types"
3
+ " transform-flow-strip-types" ,
4
+ " transform-object-rest-spread"
4
5
],
5
6
"presets" : [
6
- " es2015" ,
7
- " stage-3" ,
8
7
[" env" , {
9
8
"targets" : {
10
- "node" : " 4.6 "
9
+ "node" : " 6.11.4 "
11
10
}
12
11
}]
13
12
]
Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ stage: test
25
25
env :
26
26
global :
27
27
- COVERAGE_OPTION='./node_modules/.bin/nyc'
28
- - NODE_VERSION=6.10
28
+ - NODE_VERSION=6.11.4
29
29
matrix :
30
30
- MONGODB_VERSION=3.2.13
31
31
- MONGODB_VERSION=3.4.4
32
32
- PARSE_SERVER_TEST_DB=postgres
33
33
- PARSE_SERVER_TEST_CACHE=redis
34
- - NODE_VERSION=8.5
34
+ - NODE_VERSION=8.7
35
35
before_install :
36
36
- nvm install $NODE_VERSION
37
37
- nvm use $NODE_VERSION
48
48
include :
49
49
# release on github latest branch
50
50
- stage : release
51
- node_js : ' 4.6 '
51
+ node_js : ' 6.11.4 '
52
52
env :
53
53
before_script : skip
54
54
after_script : skip
Original file line number Diff line number Diff line change 48
48
"babel-cli" : " 6.26.0" ,
49
49
"babel-core" : " 6.26.0" ,
50
50
"babel-eslint" : " ^8.0.0" ,
51
- "babel-plugin-syntax-flow" : " 6.18.0" ,
52
51
"babel-plugin-transform-flow-strip-types" : " 6.22.0" ,
52
+ "babel-plugin-transform-object-rest-spread" : " ^6.26.0" ,
53
53
"babel-preset-env" : " 1.6.1" ,
54
- "babel-preset-es2015" : " 6.24.1" ,
55
- "babel-preset-stage-3" : " 6.24.1" ,
56
- "babel-register" : " 6.26.0" ,
57
54
"bcrypt-nodejs" : " 0.0.3" ,
58
55
"cross-env" : " 5.1.0" ,
59
56
"deep-diff" : " 0.3.8" ,
80
77
"prepublish" : " npm run build"
81
78
},
82
79
"engines" : {
83
- "node" : " >=4.6 "
80
+ "node" : " >=6.11.4 "
84
81
},
85
82
"bin" : {
86
83
"parse-server" : " ./bin/parse-server"
You can’t perform that action at this time.
0 commit comments