Skip to content

Commit

Permalink
v1.7.0
Browse files Browse the repository at this point in the history
 - [New] `resolve.sync`: add `opts.pathFilter` (#146)
 - [Fix] Make loadAsFileSync() work the same as async loadAsFile() (#146)
 - [Fix] support `opts.package` in non-relative lookups (#152)
 - [Docs] fix default “isFile” implementations
 - [Docs] fix options formatting
 - [Refactor] cache default isFile functions at module level
 - [Refactor] use "basedir" instead of "y", because meaningful variable names
 - [Tests] add some tests for a non-directory basedir (#154)
 - [Tests] work around npm SSL issue
 - [Tests] add some tests for browser field
 - [Tests] add node 8 and 9 to appveyor
  • Loading branch information
ljharb committed Apr 7, 2018
1 parent 04cb0bb commit bdf1210
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "resolve",
"description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",
"version": "1.6.0",
"version": "1.7.0",
"repository": {
"type": "git",
"url": "git://github.com/browserify/node-resolve.git"
"url": "git://github.com/browserify/resolve.git"
},
"main": "index.js",
"keywords": [
Expand All @@ -22,7 +22,7 @@
},
"devDependencies": {
"@ljharb/eslint-config": "^12.2.1",
"eslint": "^4.19.0",
"eslint": "^4.19.1",
"object-keys": "^1.0.11",
"safe-publish-latest": "^1.1.1",
"tap": "0.4.13",
Expand Down

0 comments on commit bdf1210

Please sign in to comment.