Skip to content

Commit

Permalink
v1.13.0
Browse files Browse the repository at this point in the history
 - [New] add `is-core` export (#203)
 - [Fix] `sync`/`async` Do not leak Object.prototype when checking for core modules (#203)
 - [Dev Deps] update `eslint`
 - [Tests] fix symlink tests for windows
  • Loading branch information
ljharb committed Nov 25, 2019
1 parent b7790f4 commit a86405a
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.12.2",
"version": "1.13.0",
"repository": {
"type": "git",
"url": "git://github.com/browserify/resolve.git"
Expand Down

0 comments on commit a86405a

Please sign in to comment.