Skip to content

Commit

Permalink
v1.3.3
Browse files Browse the repository at this point in the history
 - [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
  • Loading branch information
ljharb committed Apr 20, 2017
1 parent 0da055c commit f009822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "resolve",
"description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",
"version": "1.3.2",
"version": "1.3.3",
"repository": {
"type": "git",
"url": "git://github.com/substack/node-resolve.git"
Expand Down

0 comments on commit f009822

Please sign in to comment.