We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
covert
tape
tap
1 parent 783a49b commit 49c5f9fCopy full SHA for 49c5f9f
package.json
@@ -4,14 +4,13 @@
4
"description": "parse argument options",
5
"main": "index.js",
6
"devDependencies": {
7
- "covert": "^1.0.0",
+ "covert": "^1.1.1",
8
"npmignore": "^0.3.0",
9
- "tap": "~0.4.0",
10
- "tape": "^3.5.0"
+ "tape": "^5.6.1"
11
},
12
"scripts": {
13
"prepack": "npmignore --auto --commentLines=auto",
14
- "test": "tap test/*.js",
+ "test": "tape test/*.js",
15
"coverage": "covert test/*.js"
16
17
"testling": {
0 commit comments