Skip to content

Commit f009822

Browse files
committed
v1.3.3
- [Fix] `sync`: ensure that the path is a string, explicitly - [Fix] correctly resolve dir paths when file with the same name exists (#124) - [Fix] error code MODULE_NOT_FOUND instead of ENOTDIR (#121) - [Dev Deps] update `eslint` - [Tests] improve failure scenarios - [Tests] [eslint] add `npm run lint` - [Tests] up to `node` `v7.9`, `v6.10`, `v4.8`; comment out OSX builds - [Tests] node 0.6 can’t support an npm that understands scoped packages
1 parent 0da055c commit f009822

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

0 commit comments

Comments
 (0)