mirror of
https://github.com/aditama-labs/nest-autocrud.git
synced 2024-11-21 19:06:21 +00:00
chore: testing version 0.0.8
This commit is contained in:
parent
6621328e70
commit
dd0c211b14
18
.npmignore
18
.npmignore
@ -1,19 +1,11 @@
|
||||
# source
|
||||
libs
|
||||
prisma
|
||||
src
|
||||
sample
|
||||
test
|
||||
e2e
|
||||
/src
|
||||
/prisma
|
||||
|
||||
.env
|
||||
.env.example
|
||||
.eslintrc.js
|
||||
jsr.json
|
||||
mod.ts
|
||||
index.js
|
||||
nest-cli.json
|
||||
package-lock.json
|
||||
tsconfig.build.json
|
||||
tsconfig.lib.json
|
||||
jest.config.json
|
||||
index.ts
|
||||
plugin.ts
|
||||
@ -25,7 +17,7 @@ tsconfig.json
|
||||
.circleci
|
||||
.github
|
||||
|
||||
#misc
|
||||
# misc
|
||||
renovate.json
|
||||
npm-debug.log
|
||||
.DS_Store
|
||||
|
4
index.js
Normal file
4
index.js
Normal file
@ -0,0 +1,4 @@
|
||||
require = require('esm')(module /*, options*/);
|
||||
module.exports = {
|
||||
...require('./dist'),
|
||||
};
|
@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "@aditama-labs/nest-autocrud",
|
||||
"version": "0.0.6",
|
||||
"version": "0.0.8",
|
||||
"description": "NestJS Auto CRUD Library",
|
||||
"author": "Supan Adit Pratama",
|
||||
"license": "MIT",
|
||||
"main": "dist/libs/index.js",
|
||||
"main": "index.js",
|
||||
"publishConfig": {
|
||||
"directory": "dist",
|
||||
"access": "public"
|
||||
|
@ -11,11 +11,10 @@
|
||||
"target": "es6",
|
||||
"sourceMap": false,
|
||||
"outDir": "./dist",
|
||||
"rootDir": ".",
|
||||
"rootDir": "./libs",
|
||||
"skipLibCheck": true,
|
||||
},
|
||||
"include": [
|
||||
"index.ts",
|
||||
"libs/**/*",
|
||||
],
|
||||
"exclude": [
|
||||
|
1
tsconfig.lib.tsbuildinfo
Normal file
1
tsconfig.lib.tsbuildinfo
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user