Skip to content

Commit

Permalink
Dependencies (postcss#21)
Browse files Browse the repository at this point in the history
* Update dependencies

* Update config of travis-ci
  • Loading branch information
gucong3000 committed Nov 14, 2017
1 parent 34cb449 commit 6ad4d12
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
dist: trusty
sudo: false
language: node_js

node_js:
- stable
- 6
- 4

before_install:
- npm i npm@latest -g
- npm i check-node-version -g
- check-node-version --node '>= 9' || npm i npm@latest -g

after_success:
after_script:
- npm run coveralls
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"dependencies": {
"bufferstreams": "^1.1.1",
"gulp-util": "^3.0.8",
"postcss-html": "^0.8.0",
"postcss-html": "^0.11.0",
"postcss-load-config": "^1.2.0",
"postcss-load-options": "^1.2.0",
"postcss-load-plugins": "^2.3.0",
Expand All @@ -55,16 +55,16 @@
"postcss": ">=6.0.0"
},
"devDependencies": {
"coveralls": "^2.13.1",
"eslint": "^4.2.0",
"coveralls": "^3.0.0",
"eslint": "^4.11.0",
"from2-array": "0.0.4",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.6.0",
"mocha": "^3.4.2",
"nyc": "^11.0.3",
"postcss": "^6.0.6",
"postcss-less": "^1.1.0",
"gulp-sourcemaps": "^2.6.1",
"mocha": "^4.0.1",
"nyc": "^11.3.0",
"postcss": "^6.0.14",
"postcss-less": "^1.1.3",
"proxyquire": "^1.8.0",
"sinon": "^2.3.7"
"sinon": "^4.1.2"
}
}

0 comments on commit 6ad4d12

Please sign in to comment.