Skip to content
This repository was archived by the owner on May 14, 2022. It is now read-only.

Commit 0e41f9c

Browse files
authored
Merge pull request #65 from ssb-ngi-pointer/tap-arc
Use tap-arc instead of tap-spec
2 parents 797084a + a6386ab commit 0e41f9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@
3737
"prettier": "^2.5.1",
3838
"pretty-quick": "^3.1.3",
3939
"pull-stream": "^3.6.14",
40-
"tap-spec": "^5.0.0",
40+
"tap-arc": "^0.3.2",
4141
"tape": "^5.0.1",
4242
"test-flumeview-index": "^2.3.1",
4343
"too-hot": "^1.0.0"
4444
},
4545
"scripts": {
4646
"format-code": "prettier --write \"*.js\" \"test/*.js\"",
4747
"format-code-staged": "pretty-quick --staged --pattern \"*.js\" --pattern \"(test|compat|indexes|operators)/*.js\"",
48-
"test": "tape test/*.js | tap-spec",
48+
"test": "tape test/*.js | tap-arc",
4949
"coverage": "nyc --reporter=lcov npm run test"
5050
},
5151
"husky": {

0 commit comments

Comments
 (0)