From cedaead4ced8b66c50dfe9740e42a8cec9b18aaa Mon Sep 17 00:00:00 2001 From: Jerome Simeon Date: Tue, 7 May 2019 11:33:01 -0400 Subject: [PATCH] (fix) Add package.json targets Signed-off-by: Jerome Simeon --- package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 27d6b63..e045421 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,12 @@ "lint": "npm run lint:js && npm run lint:stylus", "lint:js": "eslint --ext .js --ext .jsx --ignore-path .gitignore .", "lint:js:fix": "eslint --ext .js --ext .jsx --ignore-path .gitignore --fix .", - "lint:stylus": "stylint --config .stylintrc ./src/stylesheets" + "lint:stylus": "stylint --config .stylintrc ./src/stylesheets", + "pkgcheck": "node ./scripts/pkgcheck.js", + "pkgstamp": "node ./scripts/pkgstamp.js", + "pkgbump": "node ./scripts/pkgbump.js && node ./scripts/pkgcheck.js --fix", + "pkgset": "node ./scripts/pkgset.js", + "depcheck": "node ./scripts/depcheck.js" }, "jest": { "transform": {