Skip to content

Commit

Permalink
Changed: Use PostCSS 6 (#9)
Browse files Browse the repository at this point in the history
- Also, update jscs, jshint, and tape
  • Loading branch information
jonathantneal authored and MoOx committed May 11, 2017
1 parent fa992b2 commit 83b1556
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
language: node_js
node_js:
- 4
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"index.js"
],
"dependencies": {
"postcss": "^5.0.4"
"postcss": "^6.0.1"
},
"devDependencies": {
"jscs": "^2.1.0",
"jshint": "^2.8.0",
"jscs": "^3.0.7",
"jshint": "^2.9.4",
"npmpub": "^3.1.0",
"tape": "^4.0.3"
"tape": "^4.6.3"
},
"scripts": {
"lint": "npm run jscs && npm run jshint",
Expand Down

0 comments on commit 83b1556

Please sign in to comment.