1
0
Fork 0
mirror of synced 2024-07-04 22:11:23 +12:00

Tweak types npm content

This commit is contained in:
Adria Navarro 2023-08-09 16:37:31 +03:00
parent bfdb785436
commit 90398ced3e
2 changed files with 7 additions and 8 deletions

View file

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

View file

@ -2,14 +2,8 @@
"name": "@budibase/types",
"version": "0.0.0",
"description": "Budibase types",
"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": {