Skip to content

Commit

Permalink
Needs description and repo (#16)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Matt Newman authored and Handyman committed May 24, 2018
1 parent bbb20f3 commit 8246333
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"name": "leo-cli",
"version": "1.0.28",
"description": "",
"version": "1.0.29",
"description": "A Nodejs interface to interact with the Leo SDK and AWS",
"repository": {
"type": "git",
"url": "git://github.com/LeoPlatform/cli.git"
},
"main": "index.js",
"directories": {
"test": "test"
Expand Down

0 comments on commit 8246333

Please sign in to comment.