Skip to content

Commit 8246333

Browse files
Matt NewmanHandyman
authored andcommitted
Needs description and repo (#16)
Description came from readme. It also needs repo - this makes it properly link in npm and also won't complain about not having a repo when users npm install it.
1 parent bbb20f3 commit 8246333

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"name": "leo-cli",
3-
"version": "1.0.28",
4-
"description": "",
3+
"version": "1.0.29",
4+
"description": "A Nodejs interface to interact with the Leo SDK and AWS",
5+
"repository": {
6+
"type": "git",
7+
"url": "git://github.com/LeoPlatform/cli.git"
8+
},
59
"main": "index.js",
610
"directories": {
711
"test": "test"

0 commit comments

Comments
 (0)