-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3892558
commit 2461464
Showing
3 changed files
with
14 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
# habitat-client | ||
# hab-client | ||
|
||
Promise-based habitat client that mostly just executes the hab binary but can also query the supervisor API |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "habitat-client", | ||
"name": "hab-client", | ||
"version": "1.0.0", | ||
"description": "Promise-based habitat client that mostly just executes the hab binary but can also query the supervisor API", | ||
"main": "index.js", | ||
|
@@ -8,7 +8,7 @@ | |
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/JarvusInnovations/habitat-client.git" | ||
"url": "git+https://github.com/JarvusInnovations/hab-client.git" | ||
}, | ||
"keywords": [ | ||
"habitat", | ||
|
@@ -19,12 +19,12 @@ | |
"author": "Chris Alfano <[email protected]>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/JarvusInnovations/habitat-client/issues" | ||
"url": "https://github.com/JarvusInnovations/hab-client/issues" | ||
}, | ||
"homepage": "https://github.com/JarvusInnovations/habitat-client#readme", | ||
"homepage": "https://github.com/JarvusInnovations/hab-client#readme", | ||
"dependencies": { | ||
"axios": "^0.18.0", | ||
"semver": "^5.5.1", | ||
"semver": "^5.6.0", | ||
"underscore": "^1.9.1" | ||
} | ||
} |