Skip to content

Commit

Permalink
refactor: rename to hab-client
Browse files Browse the repository at this point in the history
  • Loading branch information
themightychris committed Dec 24, 2018
1 parent 3892558 commit 2461464
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
3 changes: 2 additions & 1 deletion README.md
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
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
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",
Expand All @@ -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",
Expand All @@ -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"
}
}

0 comments on commit 2461464

Please sign in to comment.