mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-08 00:37:42 +00:00
fix: specify files in package.json (#7131)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
This commit is contained in:
parent
ad54f56f4c
commit
d88f361589
@ -4,8 +4,13 @@
|
|||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"svelte": "src/index.ts",
|
"svelte": "src/index.ts",
|
||||||
"types": "types/index.d.ts",
|
"types": "types/index.d.ts",
|
||||||
|
"files": [
|
||||||
|
"lib/**/*",
|
||||||
|
"types/**/*",
|
||||||
|
"tsconfig.json"
|
||||||
|
],
|
||||||
"author": "Anticrm Platform Contributors",
|
"author": "Anticrm Platform Contributors",
|
||||||
"template": "@hcengineering/default-package",
|
"template": "@hcengineering/api-package",
|
||||||
"license": "EPL-2.0",
|
"license": "EPL-2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "compile",
|
"build": "compile",
|
||||||
|
Loading…
Reference in New Issue
Block a user