Skip to content

Commit

Permalink
chore: update deps and ci (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi authored Jul 25, 2020
1 parent 298fd99 commit 057562a
Show file tree
Hide file tree
Showing 3 changed files with 564 additions and 652 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ node_js:
- "8"
- "10"
- "12"
- "14"
script: npm run travis

after_success:
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@
},
"dependencies": {
"icss-utils": "^4.1.1",
"postcss": "^7.0.16",
"postcss": "^7.0.32",
"postcss-selector-parser": "^6.0.2",
"postcss-value-parser": "^4.0.0"
"postcss-value-parser": "^4.1.0"
},
"devDependencies": {
"chokidar-cli": "^1.0.1",
"codecov.io": "^0.1.2",
"coveralls": "^3.0.2",
"eslint": "^5.9.0",
"chokidar-cli": "^1.2.3",
"codecov.io": "^0.1.6",
"coveralls": "^3.1.0",
"eslint": "^5.16.0",
"istanbul": "^0.4.5",
"tape": "^4.0.0"
"tape": "^5.0.1"
},
"scripts": {
"lint": "eslint index.js test.js",
Expand Down
Loading

0 comments on commit 057562a

Please sign in to comment.