Skip to content

Commit

Permalink
Meta tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Sep 20, 2019
1 parent 7df5aff commit e6bb8d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: node_js
node_js:
- '12'
- '10'
- '8'
after_success:
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"canonical"
],
"devDependencies": {
"ava": "^1.4.1",
"coveralls": "^3.0.3",
"nyc": "^13.3.0",
"tsd": "^0.7.2",
"ava": "^2.4.0",
"coveralls": "^3.0.6",
"nyc": "^14.1.1",
"tsd": "^0.8.0",
"xo": "^0.24.0"
}
}

0 comments on commit e6bb8d5

Please sign in to comment.