Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 8b1df7d

Browse files
committed
Cleanup package.json
1 parent 795f435 commit 8b1df7d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "orbit-db-api",
3-
"version": "1.0.0",
3+
"version": "0.1.0-rc.1.1",
44
"description": "HTTP Api For OrbitDb",
5-
"main": "cli.js",
5+
"main": "src/cli.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
9-
"author": "Phillip Mackintosh",
9+
"author": "Phillip Mackintosh, Hayden Young",
1010
"license": "MIT",
1111
"repository": {
1212
"type": "git",
13-
"url": "hhttps://github.com/phillmac/orbit-db-api"
13+
"url": "https://github.com/phillmac/orbit-db-api"
1414
},
1515
"engines": {
1616
"node": ">=10.0.0"

0 commit comments

Comments
 (0)