Skip to content

Commit

Permalink
Meta tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Oct 4, 2019
1 parent 14b31db commit be58adb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: node_js
node_js:
- '12'
- '10'
- '8'
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"keywords": [
"aggregate",
"error",
"err",
"combine",
"multiple",
"many",
Expand All @@ -32,11 +31,11 @@
],
"dependencies": {
"clean-stack": "^2.0.0",
"indent-string": "^3.2.0"
"indent-string": "^4.0.0"
},
"devDependencies": {
"ava": "^1.4.1",
"ava": "^2.4.0",
"tsd": "^0.7.1",
"xo": "^0.24.0"
"xo": "^0.25.3"
}
}
5 changes: 0 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,3 @@ Type: `Array<Error|Object|string>`

If a string, a new `Error` is created with the string as the error message.<br>
If a non-Error object, a new `Error` is created with all properties from the object copied over.


## License

MIT © [Sindre Sorhus](https://sindresorhus.com)

0 comments on commit be58adb

Please sign in to comment.