Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
 - [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
  • Loading branch information
ljharb committed Oct 24, 2017
1 parent e0c5d51 commit 19cbd5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "resolve",
"description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",
"version": "1.4.0",
"version": "1.5.0",
"repository": {
"type": "git",
"url": "git://github.com/browserify/node-resolve.git"
Expand Down

0 comments on commit 19cbd5e

Please sign in to comment.