Skip to content

Commit c6966fd

Browse files
committed
v1.3.0
- [New] add searched extensions to error messages - [New] Add err.code = 'MODULE_NOT_FOUND' (#81) - [Fix] `node-modules-paths`: `opts` should be optional, and `opts.paths` should not be concatenated when omitted (#96) - [Refactor] `async`: remove unnecessary slashes, since `path.join` adds them. - [Refactor] consistent spacing and quotes; run some basic linting manually. - [Tests] add `appveyor` (#113) - [Tests] [Refactor] refactor `node-modules-paths` and add tests. - [Tests] ensure node_path test is independent of the `tap` module’s “main” - [Tests] fix indentation, manual linting. - [Tests] use `path` methods to make tests pass on both linux and Windows. - [Tests] use `path.join` more often to normalize paths across OS’s - [Tests] make matrix more efficient
1 parent 1260d9d commit c6966fd

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

0 commit comments

Comments
 (0)