Commit 4de9b15440c5c5b1824eeead6312af9f6467c5b0
0.1.0
wanderer committed on 10/7/2017, 6:02:44 AMParent: 402b1e3e1a62fb7d66e18edddf8959874d853d03
Files changed
package-lock.json | changed |
package.json | changed |
package-lock.json | ||
---|---|---|
The diff is too large to show. Use a local git client to view these changes. Old file size: 307907 bytes New file size: 307907 bytes |
package.json | |||
---|---|---|---|
@@ -1,7 +1,7 @@ | |||
1 | 1 … | { | |
2 | 2 … | "name": "bls-lib", | |
3 | - "version": "0.0.2", | ||
3 … | + "version": "0.1.0", | ||
4 | 4 … | "description": "this libary provides primitives for creating and verify BLS threshold signatures", | |
5 | 5 … | "main": "index.js", | |
6 | 6 … | "scripts": { | |
7 | 7 … | "coveralls": "npm run coverage && nyc report --reporter=text-lcov | coveralls", | |
Built with git-ssb-web