Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
locona committed Feb 7, 2020
1 parent 1f34600 commit 8df5385
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 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,7 +1,7 @@
{
"name": "rdap",
"name": "livy",
"version": "0.0.0-development",
"description": "rdap is a simple command line interface based on the rdap module. The module uses the REST API to communicate with the Jira instance.",
"description": "livy is a simple command line interface based on the livy module. The module uses the REST API to communicate with the Jira instance.",
"main": "index.js",
"directories": {
"example": "examples"
Expand All @@ -19,14 +19,14 @@
},
"repository": {
"type": "git",
"url": "https://github.com/3-shake/rdap.git"
"url": "https://github.com/locona/livy.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/3-shake/rdap/issues"
"url": "https://github.com/locona/livy/issues"
},
"homepage": "https://github.com/3-shake/rdap#readme",
"homepage": "https://github.com/locona/livy#readme",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
Expand Down

0 comments on commit 8df5385

Please sign in to comment.