1
0
Fork 0
mirror of synced 2024-07-11 01:06:04 +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 !dist/*
tsconfig.json dist/tsconfig.build.tsbuildinfo
!package.json
!LICENCE

View file

@ -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": {