Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanblock committed Oct 25, 2023
1 parent 48197f2 commit fcf9b8b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand All @@ -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"
Expand Down

0 comments on commit fcf9b8b

Please sign in to comment.