File tree Expand file tree Collapse file tree 4 files changed +16
-143
lines changed Expand file tree Collapse file tree 4 files changed +16
-143
lines changed Original file line number Diff line number Diff line change 11node_modules
2+ lib /
Original file line number Diff line number Diff line change @@ -2,7 +2,8 @@ sudo: false
22language : node_js
33node_js :
44 - " 0.12"
5- - " 4.0"
5+ - " 4"
6+ - " 5"
67script : npm run travis
78
89before_install :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 77 "lint" : " standard src test" ,
88 "build" : " babel --out-dir lib src" ,
99 "autotest" : " chokidar src test -c 'npm test'" ,
10- "test" : " mocha --compilers js:babel/register" ,
10+ "test" : " mocha --compilers js:babel-core /register" ,
1111 "posttest" : " npm run lint && npm run build" ,
1212 "travis" : " npm run test" ,
1313 "prepublish" : " npm run build"
2828 },
2929 "homepage" : " https://github.com/css-modules/postcss-modules-constants#readme" ,
3030 "devDependencies" : {
31- "babel" : " ^5.8.23" ,
32- "chokidar" : " ^1.2.0" ,
33- "mocha" : " ^2.3.3" ,
34- "standard" : " ^5.3.1"
31+ "babel-cli" : " ^6.4.5" ,
32+ "babel-core" : " ^6.4.5" ,
33+ "babel-preset-es2015" : " ^6.3.13" ,
34+ "chokidar" : " ^1.4.2" ,
35+ "mocha" : " ^2.4.4" ,
36+ "standard" : " ^5.4.1"
3537 },
3638 "dependencies" : {
3739 "icss-replace-symbols" : " ^1.0.2" ,
38- "postcss" : " ^5.0.10"
40+ "postcss" : " ^5.0.14"
41+ },
42+ "babel" : {
43+ "presets" : [
44+ " es2015"
45+ ]
3946 }
4047}
You can’t perform that action at this time.
0 commit comments