From 8df5385c0f97ec086ca031779cdd71c80de600d8 Mon Sep 17 00:00:00 2001 From: locona Date: Fri, 7 Feb 2020 11:03:26 +0900 Subject: [PATCH] fix: typo --- package-lock.json | 2 +- package.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3be2b2a..08bc148 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "rdap", + "name": "livy", "version": "0.0.0-development", "lockfileVersion": 1, "requires": true, diff --git a/package.json b/package.json index 043f41b..4291364 100644 --- a/package.json +++ b/package.json @@ -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" @@ -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"