Skip to content

Commit

Permalink
switched back to tape and faucet
Browse files Browse the repository at this point in the history
  • Loading branch information
seriousme committed Feb 21, 2025
1 parent 8c3b754 commit 9708821
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"node": ">=14.0.0"
},
"scripts": {
"test": "standard && tap test.js",
"test": "standard && tape test.js | faucet",
"release": "read -p 'GITHUB_TOKEN: ' GITHUB_TOKEN && export GITHUB_TOKEN=$GITHUB_TOKEN && release-it --disable-metrics"
},
"release-it": {
Expand Down Expand Up @@ -50,12 +50,13 @@
"level": "^8.0.0",
"pre-commit": "^1.2.2",
"release-it": "^18.1.2",
"standard": "^17.1.2",
"tap": "^21.1.0"
"standard": "^17.1.2"
},
"dependencies": {
"aedes-packet": "^3.0.0",
"faucet": "^0.0.4",
"msgpack-lite": "^0.1.26",
"qlobber": "^8.0.1"
"qlobber": "^8.0.1",
"tape": "^5.9.0"
}
}

0 comments on commit 9708821

Please sign in to comment.