Skip to content

Commit

Permalink
v1.12.0
Browse files Browse the repository at this point in the history
 - [New] `core`: add `_debug_agent` core module, in node 1 through 7
 - [Fix] `preserveSymlinks: false` ensure that files are realpathed (#197, #195)
 - [Refactor] make `maybeUnwrapSymlink`
 - [Meta] clean up license so github can detect it
 - [Dev Deps] update `tape`
 - [Tests] fix symlinks in windows/appveyor
 - [Tests] up to `node` `v12.7`, `v10.16`, `v8.16`
 - [Tests] gitignore file created in tests; remove it in test setup
  • Loading branch information
ljharb committed Aug 1, 2019
1 parent 46df625 commit 2c61679
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.11.1",
"version": "1.12.0",
"repository": {
"type": "git",
"url": "git://github.com/browserify/resolve.git"
Expand Down

0 comments on commit 2c61679

Please sign in to comment.