diff --git a/integrations/oclif/README.md b/integrations/oclif/README.md index 6e511c0a..7c79cac1 100644 --- a/integrations/oclif/README.md +++ b/integrations/oclif/README.md @@ -3,6 +3,3 @@ This Javascript package is Fig's integration with popular CLI framework [Oclif](https://oclif.io/). See Fig's docs for how to integrate: [https://fig.io/docs/guides/autocomplete-for-teams/oclif](https://fig.io/docs/guides/autocomplete-for-teams/oclif) - -### Contributors -This integration was built by [Matt Schrage](https://github.com/mschrage/). Please see his repo for previous git history: [https://github.com/withfig/oclif-plugin](https://github.com/withfig/oclif-plugin) diff --git a/integrations/oclif/package.json b/integrations/oclif/package.json index a7b2ddbd..511d794b 100644 --- a/integrations/oclif/package.json +++ b/integrations/oclif/package.json @@ -1,7 +1,7 @@ { "name": "@fig/complete-oclif", "description": "Generate Fig completion spec from oclif", - "version": "3.1.0", + "version": "3.1.1", "author": "Matt Schrage @mattschrage", "bugs": "https://github.com/withfig/autocomplete-tools/issues", "dependencies": { @@ -19,7 +19,8 @@ "/lib", "/oclif.manifest.json" ], - "homepage": "https://github.com/mattschrage/fig-oclif-plugin", + "homepage": "https://github.com/withfig/autocomplete-tools/tree/main/integrations/oclif", + "repository": "github:withfig/autocomplete-tools", "keywords": [ "oclif-plugin" ],