Commit a89630664241ba4c2fe3f270825798f86985e94d
0.0.4
wanderer committed on 7/28/2017, 4:41:12 PMParent: d5ef5217c1d00f933b0bb280efe059749202d645
Files changed
package.json | changed |
package.json | ||
---|---|---|
@@ -1,7 +1,7 @@ | ||
1 | 1 … | { |
2 | 2 … | "name": "primea-hypervisor", |
3 | - "version": "0.0.3", | |
3 … | + "version": "0.0.4", | |
4 | 4 … | "description": "this is a JS implemention of the primea hypervisor", |
5 | 5 … | "scripts": { |
6 | 6 … | "coverage": "node --harmony ./node_modules/istanbul/lib/cli.js cover ./tests/index.js", |
7 | 7 … | "coveralls": "npm run coverage && coveralls <coverage/lcov.info", |
Built with git-ssb-web