Commit 6d4d805d77e251aec5ff9f6cb442a895b5813c0a
0.0.3
wanderer committed on 7/28/2017, 2:42:15 PMParent: 4414dbc93f7533e302aaa8b9101a1ba0923eb1b5
Files changed
package.json | changed |
package.json | ||
---|---|---|
@@ -1,7 +1,7 @@ | ||
1 | 1 … | { |
2 | 2 … | "name": "primea-hypervisor", |
3 | - "version": "0.0.2", | |
3 … | + "version": "0.0.3", | |
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