Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #65 from ai/dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
robwierzbowski authored Dec 30, 2018
2 parents 5ac0e16 + acfa952 commit e72db33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: node_js
node_js:
- stable
- "10"
- "8"
- "6"
- "4"
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
],
"main": "lib/pixrem.js",
"engines": {
"node": ">=0.10.0",
"node": ">=4.0.0",
"npm": ">=1.2.10"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"browserslist": "^2.0.0",
"postcss": "^6.0.0",
"reduce-css-calc": "^1.2.7"
"browserslist": "^4.3.6",
"postcss": "^7.0.7",
"reduce-css-calc": "^2.1.5"
},
"devDependencies": {
"mocha": "^2.3.2"
Expand Down

0 comments on commit e72db33

Please sign in to comment.