Skip to content

Commit 744f816

Browse files
committed
v1.4.0
- [New]: add `preserveSymlinks` option (#130) - [Fix] `sync`: fix when package.json main = ‘.’ or main = ‘./‘ (#125) - [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `tape` - [Tests] up to `node` `v8.2`, `v7.10`, `v6.11`; npm 4.6+ breaks on node < 4 - [Tests] fix 0.6 and linting
1 parent fed3f0f commit 744f816

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.3.3",
4+
"version": "1.4.0",
55
"repository": {
66
"type": "git",
77
"url": "git://github.com/substack/node-resolve.git"

0 commit comments

Comments
 (0)