Projects STRLCPY git-open Commits 98515423
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    package.json
    skipped 30 lines
    31 31   "git-home": "git-open"
    32 32   },
    33 33   "scripts": {
    34  - "lint:package": "echo \"\nLinting package.json\" && pjv --recommendations --warnings && echo \"OK\n\n\"",
    35  - "lint:readme": "echo \"\nLinting README.md\" && markdownlint --config markdownlint.json README.md && echo \"OK\n\n\"",
     34 + "lint:package": "echo \"\nLinting package.json\" && node ./node_modules/package-json-validator/bin/pjv --recommendations --warnings && echo \"OK\n\n\"",
     35 + "lint:readme": "echo \"\nLinting README.md\" && node ./node_modules/markdownlint/lib/markdownlint.js --config markdownlint.json README.md && echo \"OK\n\n\"",
    36 36   "test": "npm run --silent lint:package && npm run --silent lint:readme"
    37 37   },
    38 38   "dependencies": {},
    skipped 6 lines
Please wait...
Page is in error, reload to recover