File tree 4 files changed +13
-146
lines changed
4 files changed +13
-146
lines changed Original file line number Diff line number Diff line change 1
1
node_modules
2
+ lib /
Original file line number Diff line number Diff line change @@ -2,7 +2,8 @@ sudo: false
2
2
language : node_js
3
3
node_js :
4
4
- " 0.12"
5
- - " 4.0"
5
+ - " 4"
6
+ - " 5"
6
7
script : npm run travis
7
8
8
9
before_install :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 7
7
"lint" : " standard src test" ,
8
8
"build" : " babel --out-dir lib src" ,
9
9
"autotest" : " chokidar src test -c 'npm test'" ,
10
- "test" : " mocha --compilers js:babel/register" ,
10
+ "test" : " mocha --compilers js:babel-core /register" ,
11
11
"posttest" : " npm run lint && npm run build" ,
12
12
"travis" : " npm run test" ,
13
13
"prepublish" : " npm run build"
28
28
},
29
29
"homepage" : " https://github.com/css-modules/postcss-modules-constants#readme" ,
30
30
"devDependencies" : {
31
- "babel" : " ^6.5.2" ,
31
+ "babel-cli" : " ^6.5.2" ,
32
+ "babel-core" : " ^6.5.2" ,
33
+ "babel-preset-es2015" : " ^6.3.13" ,
32
34
"chokidar" : " ^1.2.0" ,
33
35
"mocha" : " ^3.0.2" ,
34
36
"standard" : " ^7.1.2"
35
37
},
36
38
"dependencies" : {
37
39
"icss-replace-symbols" : " ^1.0.2" ,
38
- "postcss" : " ^5.0.10"
40
+ "postcss" : " ^5.0.14"
41
+ },
42
+ "babel" : {
43
+ "presets" : [
44
+ " es2015"
45
+ ]
39
46
}
40
47
}
You can’t perform that action at this time.
0 commit comments