Commit e8496bb49a74c164d39ddf569e49b73296bebe78
correct spelling
wanderer committed on 5/16/2017, 12:47:08 PMParent: 3c462fcde04a7fcf93a94f9599f70fefec18b00e
Files changed
package.json | changed |
package.json | ||
---|---|---|
@@ -2,12 +2,12 @@ | ||
2 | 2 | "name": "primea-hypervisor", |
3 | 3 | "version": "0.0.0", |
4 | 4 | "description": "this is a JS implemention of the primea hypervisor", |
5 | 5 | "scripts": { |
6 | - "coverage": "node --haromany ./node_modules/istanbul/lib/cli.js cover ./tests/index.js", | |
6 | + "coverage": "node --harmony ./node_modules/istanbul/lib/cli.js cover ./tests/index.js", | |
7 | 7 | "coveralls": "npm run coverage && coveralls <coverage/lcov.info", |
8 | 8 | "lint": "standard", |
9 | - "test": "node --haromany ./tests/index.js" | |
9 | + "test": "node --harmony ./tests/index.js" | |
10 | 10 | }, |
11 | 11 | "repository": { |
12 | 12 | "type": "git", |
13 | 13 | "url": "git+https://github.com/primea/js-primea-hypervisor.git" |
Built with git-ssb-web