From 3e1b8763890f43927996185908ef0ad1c5ff93bb Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Tue, 3 Sep 2024 11:44:44 +0800 Subject: [PATCH] restore more --- package.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 2f08f28..0d2450a 100644 --- a/package.json +++ b/package.json @@ -28,21 +28,22 @@ "licensee" ], "devDependencies": { - "rimraf": "^4.3.1", + "aud": "^2.0.4", + "rimraf": "^3.0.2", "run-parallel": "^1.2.0", "spawn-sync": "^2.0.0", - "standard": "^17.1.0", + "standard": "^14.3.4", "tap": "^16.3.0" }, "license": "Apache-2.0", "repository": "jslicense/licensee.js", "scripts": { "licenses": "./licensee --errors-only", - "lint": "standard index.js licensee test/**/test.js", + "lint": "standard index.js licensee tests/**/*.js", "pretest": "npm run lint", "tests-only": "tap --no-check-coverage tests/unit.test.js tests/**/test.js", "test": "npm run tests-only", - "posttest": "npx 'npm@>=10.2' audit --production" + "posttest": "aud --production" }, "engines": { "node": ">= 14.17"