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

Commit

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

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

const bundPath = resolve(__dirname, '..', 'dist');
exports.bundPath = bundPath;
exports.ingPath = ingPath;
3 changes: 2 additions & 1 deletion lib/index.d.cts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
declare const ingPath: string;
declare const bundPath: string;

export { ingPath };

export { bundPath };
export * from '../injectify';
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
},
"scripts": {
"build": "tsx build.ts",
"release": "npm run build && npm publish --access public"
},
"release": "npm run build && npm publish --access public"
},
"devDependencies": {
"esbuild": "^0.21.0",
"prettier": "^2.8.0",
"rimraf": "^5.0.1",
"tsx": "^4.9.3"
"esbuild": "^0.21.3",
"prettier": "^3.2.5",
"rimraf": "^5.0.7",
"tsx": "^4.10.3"
}
}
Loading

0 comments on commit 2c11d21

Please sign in to comment.