Skip to content

Commit 249bde0

Browse files
author
James Halliday
committed
1.0.0
1 parent 0d6fd02 commit 249bde0

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
@@ -1,13 +1,13 @@
11
{
22
"name": "subarg",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "parse arguments with recursive contexts",
55
"main": "index.js",
66
"dependencies": {
77
"minimist": "^1.1.0"
88
},
99
"devDependencies": {
10-
"tape": "~2.3.2"
10+
"tape": "^3.0.0"
1111
},
1212
"scripts": {
1313
"test": "tape test/*.js"

0 commit comments

Comments
 (0)