From 4fa40ecd5647e76c6822c1988a406221f31904f7 Mon Sep 17 00:00:00 2001 From: Carmit Hershman Date: Tue, 5 May 2026 18:15:55 +0300 Subject: [PATCH] chore: update .gitignore and README for plugin versioning - Added .npmrc to .gitignore to exclude npm configuration files. - Updated README to specify the version of the opencode-jfrog-plugin as @jfrog/opencode-jfrog-plugin@0.0.1. --- .gitignore | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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" ], ```