Commit 35239a05135f8143acb6e11bf0206fb866e94055
updated package
wanderer committed on 3/14/2017, 11:17:19 PMParent: 0cd8e6f7567dc0f5599c9ec501acd33f3aa9513e
Files changed
package.json | changed |
package.json | |||
---|---|---|---|
@@ -3,12 +3,12 @@ | |||
3 | 3 … | "version": "0.0.0", | |
4 | 4 … | "description": "", | |
5 | 5 … | "main": "index.js", | |
6 | 6 … | "scripts": { | |
7 | - "coverage": "node --harmony ./node_modules/istanbul/lib/cli.js cover ./tests/index.js", | ||
7 … | + "coverage": "node --expose-wasm --harmony ./node_modules/istanbul/lib/cli.js cover ./tests/index.js", | ||
8 | 8 … | "coveralls": "npm run coverage && coveralls <coverage/lcov.info", | |
9 | 9 … | "lint": "standard", | |
10 | - "test": "node --harmony ./tests/index.js" | ||
10 … | + "test": "node --expose-wasm --harmony ./tests/index.js" | ||
11 | 11 … | }, | |
12 | 12 … | "author": "mjbecze <mjbecze@gmail.com>", | |
13 | 13 … | "license": "MPL-2.0", | |
14 | 14 … | "standard": { |
Built with git-ssb-web