Browse Source

fix test script

master
Mathias Buus 7 years ago
parent
commit
952bf927be
  1. 2
      package.json

2
package.json

@ -19,7 +19,7 @@
"scripts": {
"compile": "wast2wasm blake2b.wat -o blake2b.wasm",
"demo": "browserify example.js > bundle.js",
"test": "tape tape.js"
"test": "tape test.js"
},
"repository": {
"type": "git",

Loading…
Cancel
Save