1
0
Fork 0
mirror of synced 2024-07-06 15:00:49 +12:00

Tweak shared-core content to exclude src

This commit is contained in:
Adria Navarro 2023-08-09 16:36:14 +03:00
parent ea3f4e8126
commit bfdb785436
2 changed files with 7 additions and 11 deletions

View file

@ -1,3 +1,5 @@
node_modules/
tsconfig.build.json
tsconfig.json
*
!dist/*
dist/tsconfig.build.tsbuildinfo
!package.json
!LICENCE

View file

@ -2,14 +2,8 @@
"name": "@budibase/shared-core",
"version": "0.0.0",
"description": "Shared data utils",
"main": "src/index.ts",
"types": "src/index.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./src/index.ts"
}
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Budibase",
"license": "GPL-3.0",
"scripts": {