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 3639e0c commit f0fb958Copy full SHA for f0fb958
package.json
@@ -4,20 +4,22 @@
4
"description": "parse argument options",
5
"main": "index.js",
6
"devDependencies": {
7
- "tape": "~1.0.4",
8
- "tap": "~0.4.0"
+ "tape": "^5.6.1"
9
},
10
"scripts": {
11
"prepack": "npmignore --auto --commentLines=auto",
12
- "test": "tap test/*.js"
+ "test": "tape test/*.js"
13
14
- "testling" : {
15
- "files" : "test/*.js",
16
- "browsers" : [
+ "testling": {
+ "files": "test/*.js",
+ "browsers": [
17
"ie/6..latest",
18
- "ff/5", "firefox/latest",
19
- "chrome/10", "chrome/latest",
20
- "safari/5.1", "safari/latest",
+ "ff/5",
+ "firefox/latest",
+ "chrome/10",
+ "chrome/latest",
21
+ "safari/5.1",
22
+ "safari/latest",
23
"opera/12"
24
]
25
0 commit comments