Skip to content

Commit

Permalink
don't need tape anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
kwshi committed Feb 2, 2021
1 parent a832bf3 commit 4a02428
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 366 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"main": "dist/index.js",
"types": "index.d.ts",
"scripts": {
"prepublish": "tsc"
"prepublish": "tsc",
"pretest": "tsc",
"test": "tap"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,7 +42,6 @@
"rehype-parse": "^7.0.1",
"rehype-stringify": "^8.0.0",
"tap": "^14.11.0",
"tape": "^5.1.1",
"tape-modern": "^1.1.2",
"typescript": "^4.1.3",
"unified": "^9.2.0"
Expand Down
Loading

0 comments on commit 4a02428

Please sign in to comment.