From cb8b22100bffcfd0dd36bf85bc990e998d082c08 Mon Sep 17 00:00:00 2001 From: Alexandre HEIM Date: Sat, 22 Mar 2025 19:47:14 +0100 Subject: [PATCH] packagejson --- package.json | 5 +---- sample/index.ts | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) 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