Update import path and version number

Changed the relative import path in `register.ts` for better module resolution and incremented the package version to 0.0.4 to reflect the updated changes.
This commit is contained in:
2024-08-14 22:29:37 +02:00
parent f56df7eb29
commit de45d8e791
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "ts-injex",
"version": "0.0.3",
"version": "0.0.4",
"description": "",
"type": "module",
"main": "./dist/index.js",

View File

@@ -1,4 +1,4 @@
import { TSInjex } from 'src/TSInjex';
import { TSInjex } from '../TSInjex';
/**
* Register a dependency.