diff --git a/package.json b/package.json index 4e19c25..65bf6b7 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,8 @@ }, "scripts": { "test": "npm run lint && npm run test:unit:updater && npm run test:unit", - "test:unit": "cross-env tape 'test/**/*-test.js' | tap-spec", - "test:unit:updater": "cross-env tape test/updater/test.js | tap-spec", + "test:unit": "cross-env tape 'test/**/*-test.js' | tap-arc", + "test:unit:updater": "cross-env tape test/updater/test.js | tap-arc", "lint": "npx eslint . --fix", "rc": "npm version prerelease --preid RC" }, @@ -36,9 +36,8 @@ "eslint": "~8.49.0", "proxyquire": "~2.1.3", "sinon": "~15.0.4", - "tap-spec": "5.0.0", - "tape": "~5.6.6", - "temp-write": "4.0.0" + "tap-arc": "1.1.0", + "tape": "~5.6.6" }, "eslintConfig": { "extends": "@architect/eslint-config"