Skip to content

Commit 83b1556

Browse files
jonathantnealMoOx
authored andcommitted
Changed: Use PostCSS 6 (#9)
- Also, update jscs, jshint, and tape
1 parent fa992b2 commit 83b1556

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
language: node_js
2+
node_js:
3+
- 4

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"index.js"
2121
],
2222
"dependencies": {
23-
"postcss": "^5.0.4"
23+
"postcss": "^6.0.1"
2424
},
2525
"devDependencies": {
26-
"jscs": "^2.1.0",
27-
"jshint": "^2.8.0",
26+
"jscs": "^3.0.7",
27+
"jshint": "^2.9.4",
2828
"npmpub": "^3.1.0",
29-
"tape": "^4.0.3"
29+
"tape": "^4.6.3"
3030
},
3131
"scripts": {
3232
"lint": "npm run jscs && npm run jshint",

0 commit comments

Comments
 (0)