Skip to content

Commit ed982e4

Browse files
fix: make lib public
1 parent e3924a4 commit ed982e4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.1",
44
"main": "build/index.js",
55
"types": "types/index.d.ts",
6-
"private": true,
6+
"private": false,
77
"repository": "git@github.com:SoftwareBrothers/admin-bro-nestjs.git",
88
"license": "MIT",
99
"scripts": {

src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1+
import * as NestJSPlugin from './admin.module'
2+
13
export * from './admin.module';
4+
export default NestJSPlugin

0 commit comments

Comments
 (0)