We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3924a4 commit ed982e4Copy full SHA for ed982e4
package.json
@@ -3,7 +3,7 @@
3
"version": "0.0.1",
4
"main": "build/index.js",
5
"types": "types/index.d.ts",
6
- "private": true,
+ "private": false,
7
"repository": "git@github.com:SoftwareBrothers/admin-bro-nestjs.git",
8
"license": "MIT",
9
"scripts": {
src/index.ts
@@ -1 +1,4 @@
1
+import * as NestJSPlugin from './admin.module'
2
+
export * from './admin.module';
+export default NestJSPlugin
0 commit comments