Skip to content

Commit

Permalink
Merge pull request #116 from postcss/postcss60
Browse files Browse the repository at this point in the history
Use PostCSS 6.0 and drop node 0.12
  • Loading branch information
w0rm authored May 6, 2017
2 parents 96f6d24 + 18e31d8 commit 8dd0235
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ node_js:
- stable
- 6
- 4
- 0.12
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "PostCSS gulp plugin",
"main": "index.js",
"scripts": {
"pretest": "node-version-gte-4 && eslint index.js || echo \"ESLint not supported\"",
"pretest": "eslint index.js",
"test": "mocha test.js"
},
"repository": {
Expand All @@ -25,15 +25,14 @@
"homepage": "https://github.com/postcss/gulp-postcss",
"dependencies": {
"gulp-util": "^3.0.8",
"postcss": "^5.2.12",
"postcss": "^6.0.0",
"postcss-load-config": "^1.2.0",
"vinyl-sourcemaps-apply": "^0.2.1"
},
"devDependencies": {
"eslint": "^3.19.0",
"gulp-sourcemaps": "^2.6.0",
"mocha": "^3.3.0",
"node-version-check": "^2.1.1",
"proxyquire": "^1.7.11",
"sinon": "^2.2.0"
},
Expand Down

0 comments on commit 8dd0235

Please sign in to comment.