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:
@@ -1,4 +1,4 @@
|
||||
import { TSInjex } from 'src/TSInjex';
|
||||
import { TSInjex } from '../TSInjex';
|
||||
|
||||
/**
|
||||
* Register a dependency.
|
||||
|
Reference in New Issue
Block a user