File tree Expand file tree Collapse file tree 3 files changed +20
-10
lines changed Expand file tree Collapse file tree 3 files changed +20
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "stage" : 0 ,
3
- "loose" : " all"
2
+ "presets" : [" es2015" , " stage-0" ]
4
3
}
Original file line number Diff line number Diff line change 1
1
language : node_js
2
+ sudo : false
3
+ cache :
4
+ directories :
5
+ - node_modules
2
6
node_js :
3
- - " iojs"
7
+ - " 4"
8
+ - " 5"
9
+ before_install :
10
+ - npm install -g babel-cli
Original file line number Diff line number Diff line change 8
8
" src"
9
9
],
10
10
"scripts" : {
11
- "prepublish" : " rimraf lib && babel src --out-dir lib" ,
12
- "test" : " mocha --compilers js:babel/register --reporter spec test/*.js"
11
+ "compile" : " babel src --out-dir lib" ,
12
+ "prepublish" : " rimraf lib && npm run compile" ,
13
+ "test" : " mocha --compilers js:babel-core/register --reporter spec test/*.js"
13
14
},
14
15
"repository" : {
15
16
"type" : " git" ,
26
27
"author" : " Dan Abramov <dan.abramov@me.com>" ,
27
28
"license" : " MIT" ,
28
29
"devDependencies" : {
29
- "babel" : " ^5.6.14" ,
30
- "babel-core" : " ^5.6.15" ,
31
- "babel-eslint" : " ^3.1.20" ,
30
+ "babel" : " ^6.1.18" ,
31
+ "babel-core" : " ^6.2.1" ,
32
+ "babel-eslint" : " ^5.0.0-beta4" ,
33
+ "babel-cli" : " ^6.2.0" ,
34
+ "babel-preset-es2015" : " ^6.1.18" ,
35
+ "babel-preset-stage-0" : " ^6.1.18" ,
32
36
"chai" : " ^3.2.0" ,
33
- "eslint" : " ^0.24.0 " ,
34
- "eslint-config-airbnb" : " 0 .0.6 " ,
37
+ "eslint" : " ^1.10.2 " ,
38
+ "eslint-config-airbnb" : " 1 .0.2 " ,
35
39
"mocha" : " ^2.2.5" ,
36
40
"rimraf" : " ^2.4.3"
37
41
}
You can’t perform that action at this time.
0 commit comments