Skip to content

Commit

Permalink
fix: remove oclif references
Browse files Browse the repository at this point in the history
  • Loading branch information
sumwatshade committed May 17, 2021
1 parent a67e8fa commit 3d6acd2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
],
Expand All @@ -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",
Expand Down

0 comments on commit 3d6acd2

Please sign in to comment.