diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..c39f2b1 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,36 @@ +{ + "name": "git-removed-branches", + "version": "2.1.0", + "lockfileVersion": 2, + "requires": true, + "packages": { + "": { + "version": "2.1.0", + "license": "MIT", + "dependencies": { + "minimist": "^1.2.0" + }, + "bin": { + "git-removed-branches": "bin/git-removed-branches" + }, + "engines": { + "node": ">=7.10.1" + } + }, + "node_modules/minimist": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.7.tgz", + "integrity": "sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + } + }, + "dependencies": { + "minimist": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.7.tgz", + "integrity": "sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==" + } + } +} diff --git a/package.json b/package.json index ca5fbdd..a8a9399 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "git-removed-branches", - "version": "2.0.1", + "version": "2.1.0", "engines": { "node": ">=7.10.1" }, @@ -8,7 +8,7 @@ "main": "index.js", "preferGlobal": true, "bin": { - "git-removed-branches": "./bin/git-removed-branches" + "git-removed-branches": "bin/git-removed-branches" }, "scripts": { "test": "node test.js"