Skip to content

Commit 0098be0

Browse files
author
James Halliday
committed
scripts.test
1 parent 62b5720 commit 0098be0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,16 @@
99
"example": "example",
1010
"test": "test"
1111
},
12+
"scripts": {
13+
"test": "tape test/*.js"
14+
},
1215
"dependencies": {
1316
"Base64": "~0.2.0",
1417
"inherits": "~2.0.1"
1518
},
1619
"devDependencies": {
17-
"ecstatic": "~0.1.6"
20+
"ecstatic": "~0.1.6",
21+
"tape": "~2.3.2"
1822
},
1923
"repository": {
2024
"type": "git",

0 commit comments

Comments
 (0)