diff --git a/package-lock.json b/package-lock.json index 46c9d70..856927b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gh-all-repos", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "gh-all-repos", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "dependencies": { "@octokit/rest": "^19.0.4", diff --git a/package.json b/package.json index 69c922a..7d2e447 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gh-all-repos", - "version": "1.0.0", + "version": "1.0.1", "description": "Do anything on all repos that belong to a user/org.", "main": "dist/index.js", "type": "commonjs", diff --git a/src/index.ts b/src/index.ts index 9e5cc58..63e1e51 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,3 +1,5 @@ +#!/usr/bin/env node + import cli from "./cli"; import "./commands";