Commit 391c4a37244278cb64547f788593269dc60b283a
0.0.2
wanderer committed on 7/6/2017, 2:52:35 AMParent: 57fe8c94df56696aff95bff34ee487883b55c3e6
Files changed
package.json | changed |
package.json | ||
---|---|---|
@@ -1,7 +1,7 @@ | ||
1 | 1 | { |
2 | 2 | "name": "primea-hypervisor", |
3 | - "version": "0.0.1", | |
3 | + "version": "0.0.2", | |
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