diff --git a/.gitignore b/.gitignore index ef7b37c..63fafec 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,5 @@ coverage/ .eslintcache .bun/ .bun.lockb -.memory/ \ No newline at end of file +.memory/ +.npmrc \ No newline at end of file diff --git a/README.md b/README.md index 9164418..31d96f0 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Preferably set the plugin globally for all their developers using the Opencode r The plugin configuration looks like this: ``` "plugin": [ - "opencode-jfrog-plugin" + "@jfrog/opencode-jfrog-plugin@0.0.1" ], ```