Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Jul 18, 2022
1 parent 0b62651 commit 1749147
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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:https://paulirish.com/)",
"license": "MIT",
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit 1749147

Please sign in to comment.