Tweak shared-core content to exclude src
This commit is contained in:
parent
ea3f4e8126
commit
bfdb785436
|
@ -1,3 +1,5 @@
|
||||||
node_modules/
|
*
|
||||||
tsconfig.build.json
|
!dist/*
|
||||||
tsconfig.json
|
dist/tsconfig.build.tsbuildinfo
|
||||||
|
!package.json
|
||||||
|
!LICENCE
|
|
@ -2,14 +2,8 @@
|
||||||
"name": "@budibase/shared-core",
|
"name": "@budibase/shared-core",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"description": "Shared data utils",
|
"description": "Shared data utils",
|
||||||
"main": "src/index.ts",
|
"main": "dist/index.js",
|
||||||
"types": "src/index.ts",
|
"types": "dist/index.d.ts",
|
||||||
"exports": {
|
|
||||||
".": {
|
|
||||||
"import": "./dist/index.js",
|
|
||||||
"require": "./src/index.ts"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"author": "Budibase",
|
"author": "Budibase",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in New Issue