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 4
4
"description" : " Thunk middleware for Redux." ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
7
- "prepublish" : " rimraf lib && babel src --out-dir lib" ,
8
- "test" : " mocha --compilers js:babel/register --reporter spec test/*.js"
7
+ "compile" : " babel src --out-dir lib" ,
8
+ "prepublish" : " rimraf lib && npm run compile" ,
9
+ "test" : " mocha --compilers js:babel-core/register --reporter spec test/*.js"
9
10
},
10
11
"repository" : {
11
12
"type" : " git" ,
22
23
"author" : " Dan Abramov <dan.abramov@me.com>" ,
23
24
"license" : " MIT" ,
24
25
"devDependencies" : {
25
- "babel" : " ^5.6.14" ,
26
- "babel-core" : " ^5.6.15" ,
27
- "babel-eslint" : " ^3.1.20" ,
26
+ "babel" : " ^6.1.18" ,
27
+ "babel-core" : " ^6.2.1" ,
28
+ "babel-eslint" : " ^5.0.0-beta4" ,
29
+ "babel-cli" : " ^6.2.0" ,
30
+ "babel-preset-es2015" : " ^6.1.18" ,
31
+ "babel-preset-stage-0" : " ^6.1.18" ,
28
32
"chai" : " ^3.2.0" ,
29
- "eslint" : " ^0.24.0 " ,
30
- "eslint-config-airbnb" : " 0 .0.6 " ,
33
+ "eslint" : " ^1.10.2 " ,
34
+ "eslint-config-airbnb" : " 1 .0.2 " ,
31
35
"mocha" : " ^2.2.5" ,
32
36
"rimraf" : " ^2.4.3"
33
37
}
You can’t perform that action at this time.
0 commit comments