From 17491478e6562466677ef6cd7873d2f10f2eb85b Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Mon, 18 Jul 2022 15:17:02 -0700 Subject: [PATCH] 3.0.0 --- package-lock.json | 4 ++-- package.json | 6 +----- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index d22bf25..53e1a83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "git-open", - "version": "2.1.0", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "git-open", - "version": "2.1.0", + "version": "3.0.0", "license": "MIT", "bin": { "git-home": "git-open", diff --git a/package.json b/package.json index 81f35ce..af43c63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "git-open", - "version": "2.1.0", + "version": "3.0.0", "description": "Type `git open` to open the GitHub/GitLab/Bitbucket homepage for a repository.", "author": "Paul Irish (http://paulirish.com/)", "license": "MIT", @@ -36,15 +36,11 @@ "lint:readme": "markdownlint --config markdownlint.json README.md", "lint:man": "markdownlint --config markdownlint.json git-open.1.md", "man": "marked-man --version \"git-open $npm_package_version\" --manual \"Git manual\" --section 1 git-open.1.md > git-open.1", - "unit": "bats test/", "shellcheck": "shellcheck ./git-open", - "lint": "npm run lint:readme && npm run lint:man && npm run lint:editorconfig", "test": "npm run unit && npm run lint", - "watch": "find . -maxdepth 2 -iname '*bats' -o -iname 'git-open' | entr bats test/", - "prepublishOnly": "npm run man && npm run test" }, "devDependencies": {