diff --git a/package.json b/package.json index 567e962..1e32086 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ }, "bugs": "https://github.com/substack/node-shell-quote/issues", "devDependencies": { + "aud": "^2.0.1", "tape": "^5.6.1" }, "homepage": "https://github.com/substack/node-shell-quote", @@ -26,6 +27,7 @@ }, "scripts": { "tests-only": "tape 'test/**/*.js'", - "test": "npm run tests-only" + "test": "npm run tests-only", + "posttest": "aud --production" } }