Skip to content

Commit 49eb1ec

Browse files
author
pemrouz
committed
chore: add missing dep
1 parent 9f2a751 commit 49eb1ec

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,8 @@
1515
"test": "tap ./test.js"
1616
},
1717
"license": "pemrouz.mit-license.org",
18-
"bin": "./export"
18+
"bin": "./export",
19+
"devDependencies": {
20+
"tap": "^7.1.2"
21+
}
1922
}

0 commit comments

Comments
 (0)