Skip to content

Commit

Permalink
Update hasha dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jul 8, 2019
1 parent dd7c38f commit 12d5a89
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
1 change: 1 addition & 0 deletions .travis.yml
@@ -1,4 +1,5 @@
language: node_js
node_js:
- '12'
- '10'
- '8'
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -46,12 +46,12 @@
"easy"
],
"dependencies": {
"hasha": "^3.0.0",
"hasha": "^5.0.0",
"meow": "^5.0.0"
},
"devDependencies": {
"ava": "^0.25.0",
"execa": "^1.0.0",
"xo": "^0.23.0"
"ava": "^2.1.0",
"execa": "^2.0.3",
"xo": "^0.24.0"
}
}
5 changes: 0 additions & 5 deletions readme.md
Expand Up @@ -32,8 +32,3 @@ $ hasha --help
## Related

- [hasha](https://github.com/sindresorhus/hasha) - API for this module


## License

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

0 comments on commit 12d5a89

Please sign in to comment.