Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
 - [New] add missing core modules, and determine them dynamically by node version
 - [Fix] `resolve.sync` should re-throw non `ENOENT errors (#79)
 - [Fix] Create error outside process.nextTick (#103)
 - [Dev Deps] update `tape`; add `safe-publish-latest`
 - [Tests] test on every minor version of node
  • Loading branch information
ljharb committed Dec 13, 2016
1 parent 83c25dd commit 8e4a465
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.1.7",
"version": "1.2.0",
"repository": {
"type": "git",
"url": "git://github.com/substack/node-resolve.git"
Expand Down

0 comments on commit 8e4a465

Please sign in to comment.