Skip to content

Commit bae971c

Browse files
committed
Updated package.json
1 parent 8c566ea commit bae971c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@
1616
"tape": "^5.0.0"
1717
},
1818
"scripts": {
19-
"test": "browserify ./test.js | tape-puppet --devtools",
19+
"test": "node browser-runner.js test.js",
2020
"posttest": "npm run lint",
21-
"lint": "standard"
21+
"lint": "standard",
22+
"bench": "node browser-runner.js bench.js"
2223
},
2324
"repository": {
2425
"type": "git",

0 commit comments

Comments
 (0)