Skip to content

Commit d64a466

Browse files
committed
Dependency update & remove lib directory
1 parent aa28589 commit d64a466

File tree

4 files changed

+16
-143
lines changed

4 files changed

+16
-143
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
node_modules
2+
lib/

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ sudo: false
22
language: node_js
33
node_js:
44
- "0.12"
5-
- "4.0"
5+
- "4"
6+
- "5"
67
script: npm run travis
78

89
before_install:

lib/index.js

Lines changed: 0 additions & 136 deletions
This file was deleted.

package.json

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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"
@@ -28,13 +28,20 @@
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
}

0 commit comments

Comments
 (0)