Skip to content

Commit bdf1210

Browse files
committed
v1.7.0
- [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
1 parent 04cb0bb commit bdf1210

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "resolve",
33
"description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",
4-
"version": "1.6.0",
4+
"version": "1.7.0",
55
"repository": {
66
"type": "git",
7-
"url": "git://github.com/browserify/node-resolve.git"
7+
"url": "git://github.com/browserify/resolve.git"
88
},
99
"main": "index.js",
1010
"keywords": [
@@ -22,7 +22,7 @@
2222
},
2323
"devDependencies": {
2424
"@ljharb/eslint-config": "^12.2.1",
25-
"eslint": "^4.19.0",
25+
"eslint": "^4.19.1",
2626
"object-keys": "^1.0.11",
2727
"safe-publish-latest": "^1.1.1",
2828
"tap": "0.4.13",

0 commit comments

Comments
 (0)