diff --git a/package.json b/package.json index 430c858..702b3a3 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,5 @@ "name": "plugis-client", "version": "0.1.0", "main": "PlugisClass.ts", - "type": "module", - "publishConfig": { - "registry": "https://git.fibre.plugis.com" - } + "type": "module" } \ No newline at end of file diff --git a/sample/index.ts b/sample/index.ts index fe5a246..68d1a9f 100644 --- a/sample/index.ts +++ b/sample/index.ts @@ -1,3 +1,3 @@ -import { PlugisClass } from "plugis-client"; +import { PlugisClass } from "plugis-client.git"; console.log(PlugisClass) \ No newline at end of file