mirror of
https://github.com/aditama-labs/nest-autocrud.git
synced 2024-11-21 19:06:21 +00:00
feat: clean way to publish package
This commit is contained in:
parent
0b3dbfc8b4
commit
4674b28d20
@ -1,2 +1,2 @@
|
||||
export * from './prisma/src/index';
|
||||
export * from './skeleton/src/index';
|
||||
export * from './prisma';
|
||||
export * from './skeleton';
|
||||
|
1
libs/prisma/index.ts
Normal file
1
libs/prisma/index.ts
Normal file
@ -0,0 +1 @@
|
||||
export * from './src';
|
1
libs/skeleton/index.ts
Normal file
1
libs/skeleton/index.ts
Normal file
@ -0,0 +1 @@
|
||||
export * from './src';
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@aditama-labs/nest-autocrud",
|
||||
"version": "0.0.13",
|
||||
"version": "0.0.17",
|
||||
"description": "NestJS Auto CRUD Library",
|
||||
"author": "Supan Adit Pratama",
|
||||
"license": "MIT",
|
||||
|
Loading…
Reference in New Issue
Block a user