Skip to content

Commit 18e31d8

Browse files
committed
Use PostCSS 6.0 and drop node 0.12
1 parent 96f6d24 commit 18e31d8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ node_js:
44
- stable
55
- 6
66
- 4
7-
- 0.12

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "PostCSS gulp plugin",
55
"main": "index.js",
66
"scripts": {
7-
"pretest": "node-version-gte-4 && eslint index.js || echo \"ESLint not supported\"",
7+
"pretest": "eslint index.js",
88
"test": "mocha test.js"
99
},
1010
"repository": {
@@ -25,15 +25,14 @@
2525
"homepage": "https://github.com/postcss/gulp-postcss",
2626
"dependencies": {
2727
"gulp-util": "^3.0.8",
28-
"postcss": "^5.2.12",
28+
"postcss": "^6.0.0",
2929
"postcss-load-config": "^1.2.0",
3030
"vinyl-sourcemaps-apply": "^0.2.1"
3131
},
3232
"devDependencies": {
3333
"eslint": "^3.19.0",
3434
"gulp-sourcemaps": "^2.6.0",
3535
"mocha": "^3.3.0",
36-
"node-version-check": "^2.1.1",
3736
"proxyquire": "^1.7.11",
3837
"sinon": "^2.2.0"
3938
},

0 commit comments

Comments
 (0)