Skip to content

Commit 19cbd5e

Browse files
committed
v1.5.0
- [New] node v8.8+ supports `http2` (#139) - [New] add `perf_hooks`, added in node v8.5 - [Fix] fix broken core tests; change core.json to be an object instead of an array; fix results - [Tests] up to `node` `8.8`; use `nvm install-latest-npm` so new npm doesn’t break old node - [Tests] up to `v8.4`; node 0.6 is failing due to travis-ci changes; allow it to fail for now. - [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `tape` - [Docs] update repo URL
1 parent e0c5d51 commit 19cbd5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "resolve",
33
"description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",
4-
"version": "1.4.0",
4+
"version": "1.5.0",
55
"repository": {
66
"type": "git",
77
"url": "git://github.com/browserify/node-resolve.git"

0 commit comments

Comments
 (0)