Commit add087e94722a8b77695d21eca754a562d7e79f5
0.1.0
wanderer committed on 8/16/2017, 3:31:30 PMParent: fc301c6a8ff19dc04521b4f1a9a25134d19a1e9e
Files changed
package.json | changed |
package.json | ||
---|---|---|
@@ -1,7 +1,7 @@ | ||
1 | 1 … | { |
2 | 2 … | "name": "primea-hypervisor", |
3 | - "version": "0.0.5", | |
3 … | + "version": "0.1.0", | |
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