This commit is contained in:
Paul Irish 2024-08-05 16:54:16 -07:00
parent a437297494
commit 64cf066704
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "git-open", "name": "git-open",
"version": "3.0.0", "version": "3.1.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "git-open", "name": "git-open",
"version": "3.0.0", "version": "3.1.0",
"license": "MIT", "license": "MIT",
"bin": { "bin": {
"git-home": "git-open", "git-home": "git-open",

View file

@ -1,6 +1,6 @@
{ {
"name": "git-open", "name": "git-open",
"version": "3.0.0", "version": "3.1.0",
"description": "Type `git open` to open the GitHub/GitLab/Bitbucket homepage for a repository.", "description": "Type `git open` to open the GitHub/GitLab/Bitbucket homepage for a repository.",
"author": "Paul Irish (http://paulirish.com/)", "author": "Paul Irish (http://paulirish.com/)",
"license": "MIT", "license": "MIT",