From 3d6acd24cc530f1e814c782326c9755837add7f3 Mon Sep 17 00:00:00 2001 From: lshadler Date: Mon, 17 May 2021 12:12:18 -0700 Subject: [PATCH] fix: remove oclif references --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index ce39a609..7842a7a9 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "@sumwatshade/oclif-plugin-update", "version": "1.4.0-3", - "author": "Jeff Dickey @jdxcode", - "bugs": "https://github.com/oclif/plugin-update/issues", + "author": "Lucas Shadler @sumwatshade", + "bugs": "https://github.com/sumwatshade/plugin-update/issues", "dependencies": { "@oclif/color": "^0.1.0", "@oclif/command": "^1.7.0", @@ -54,7 +54,7 @@ "oclif.manifest.json", "/lib" ], - "homepage": "https://github.com/oclif/plugin-update", + "homepage": "https://github.com/sumwatshade/plugin-update", "keywords": [ "oclif-plugin" ], @@ -70,7 +70,7 @@ "@oclif/plugin-help" ] }, - "repository": "oclif/plugin-update", + "repository": "sumwatshade/plugin-update", "scripts": { "lint": "eslint . --ext .ts --config .eslintrc", "pretest": "yarn build --noEmit && tsc -p test --noEmit",