Release v0.1.1.

This commit is contained in:
David Dias 2015-09-14 11:20:19 +01:00
parent 604288f426
commit 4a9eabb293

View File

@ -1,6 +1,6 @@
{ {
"name": "abstract-record-store", "name": "abstract-record-store",
"version": "0.1.0", "version": "0.1.1",
"description": "A test suite and interface you can use to implement a a IPRS compliant(https://github.com/ipfs/specs/tree/master/records) Record Store", "description": "A test suite and interface you can use to implement a a IPRS compliant(https://github.com/ipfs/specs/tree/master/records) Record Store",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
@ -12,7 +12,9 @@
"keywords": [ "keywords": [
"IPFS" "IPFS"
], ],
"engines" : { "node" : "^4.0.0" }, "engines": {
"node": "^4.0.0"
},
"author": "David Dias <daviddias@ipfs.io>", "author": "David Dias <daviddias@ipfs.io>",
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {