From 5eee436778b4477f78c0ed845dcb580b627de41e Mon Sep 17 00:00:00 2001 From: phillmac Date: Thu, 2 May 2019 11:15:12 +1000 Subject: [PATCH] Rename package & update git repo url --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8429978..b14f03d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "orbit-db-api", - "version": "0.1.0-rc.2", + "name": "orbit-db-http-api", + "version": "0.1.0-rc.3", "description": "HTTP Api For OrbitDb", "main": "src/cli.js", "scripts": { @@ -10,7 +10,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/phillmac/orbit-db-api" + "url": "https://github.com/phillmac/orbit-db-http-api.git" }, "engines": { "node": ">=10.0.0"