diff --git a/package.json b/package.json index 1c778b6e..0cab3073 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "resolve", "description": "resolve like require.resolve() on behalf of files asynchronously and synchronously", - "version": "1.6.0", + "version": "1.7.0", "repository": { "type": "git", - "url": "git://github.com/browserify/node-resolve.git" + "url": "git://github.com/browserify/resolve.git" }, "main": "index.js", "keywords": [ @@ -22,7 +22,7 @@ }, "devDependencies": { "@ljharb/eslint-config": "^12.2.1", - "eslint": "^4.19.0", + "eslint": "^4.19.1", "object-keys": "^1.0.11", "safe-publish-latest": "^1.1.1", "tap": "0.4.13",