diff --git a/README.md b/README.md index 4468b1e..7ae1ee7 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,7 @@ plugis client for typescript / bun -npm config set @plugis:registry https://git.fibre.plugis.com/api/packages/telemac/npm/ -npm config set -- '//git.fibre.plugis.com/api/packages/telemac/npm/:_authToken' "{token}" + + +## use plugis-client with bun +bun add git+https://git.fibre.plugis.com/telemac/plugis-client.git \ No newline at end of file diff --git a/bunfig.toml b/bunfig.toml index 68ca1cc..4042472 100644 --- a/bunfig.toml +++ b/bunfig.toml @@ -1,3 +1,6 @@ +name = "plugis" +entrypoint = "PlugisClass.ts" + [install.scopes] # as an object with username/password # you can reference environment variables diff --git a/package.json b/package.json index 7514bdd..e81fffa 100644 --- a/package.json +++ b/package.json @@ -5,5 +5,8 @@ "type": "module", "publishConfig": { "registry": "https://git.fibre.plugis.com" + }, + "dependencies": { + "plugis-client": "git+https://git.fibre.plugis.com/telemac/plugis-client.git" } } \ No newline at end of file