Projects STRLCPY git-open Commits 17491478
🤬
  • ■ ■ ■ ■ ■ ■
    package-lock.json
    1 1  {
    2 2   "name": "git-open",
    3  - "version": "2.1.0",
     3 + "version": "3.0.0",
    4 4   "lockfileVersion": 2,
    5 5   "requires": true,
    6 6   "packages": {
    7 7   "": {
    8 8   "name": "git-open",
    9  - "version": "2.1.0",
     9 + "version": "3.0.0",
    10 10   "license": "MIT",
    11 11   "bin": {
    12 12   "git-home": "git-open",
    skipped 5313 lines
  • ■ ■ ■ ■ ■
    package.json
    1 1  {
    2 2   "name": "git-open",
    3  - "version": "2.1.0",
     3 + "version": "3.0.0",
    4 4   "description": "Type `git open` to open the GitHub/GitLab/Bitbucket homepage for a repository.",
    5 5   "author": "Paul Irish (http://paulirish.com/)",
    6 6   "license": "MIT",
    skipped 29 lines
    36 36   "lint:readme": "markdownlint --config markdownlint.json README.md",
    37 37   "lint:man": "markdownlint --config markdownlint.json git-open.1.md",
    38 38   "man": "marked-man --version \"git-open $npm_package_version\" --manual \"Git manual\" --section 1 git-open.1.md > git-open.1",
    39  - 
    40 39   "unit": "bats test/",
    41 40   "shellcheck": "shellcheck ./git-open",
    42  - 
    43 41   "lint": "npm run lint:readme && npm run lint:man && npm run lint:editorconfig",
    44 42   "test": "npm run unit && npm run lint",
    45  - 
    46 43   "watch": "find . -maxdepth 2 -iname '*bats' -o -iname 'git-open' | entr bats test/",
    47  - 
    48 44   "prepublishOnly": "npm run man && npm run test"
    49 45   },
    50 46   "devDependencies": {
    skipped 6 lines
Please wait...
Page is in error, reload to recover