Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
chore: fix broken stuff (revert)
Browse files Browse the repository at this point in the history
  • Loading branch information
Notplayingallday383 committed May 16, 2024
1 parent 6ba486f commit 3471a4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions lib/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
const { resolve } = require('node:path');

const ingPath = resolve(__dirname, '..', 'dist');
const bundPath = resolve(__dirname, '..', 'dist');
exports.bundPath = bundPath;

exports.ingPath = ingPath;
3 changes: 1 addition & 2 deletions lib/index.d.cts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
declare const ingPath: string;
declare const bundPath: string;

export { ingPath };
export { bundPath };

export * from '../injectify';
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@z1g-project/injectify",
"description": "A improved version of Sodiums Plugin Injector ready to use in all your projects.",
"version": "0.2.1",
"version": "0.2.1-patch",
"author": "z1g Project",
"type": "module",
"main": "lib/index.cjs",
Expand Down

0 comments on commit 3471a4f

Please sign in to comment.