Skip to content

Commit 5700bf7

Browse files
authored
refactor: package output optimization (#4749)
this is what "npm run build" would generate
1 parent 56a7245 commit 5700bf7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

output/stencil/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@
4040
"registry": "https://registry.npmjs.org/",
4141
"access": "public"
4242
},
43-
"web-types": "./dist/web-types.json"
43+
"web-types": "./dist/web-types.json",
44+
"customElements": "dist/custom-elements.json"
4445
}

0 commit comments

Comments
 (0)