Skip to content

Commit 220b63f

Browse files
authored
chore: add type and engines to package.json (#100)
1 parent bac83d8 commit 220b63f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
],
2727
"main": "lib/api-viewer.js",
2828
"module": "lib/api-viewer.js",
29+
"type": "module",
30+
"engines": {
31+
"node": "^14.13.1 || >=16.0.0"
32+
},
2933
"customElements": "custom-elements.json",
3034
"scripts": {
3135
"analyze": "cem analyze --litelement --globs 'src/*.ts' --exclude 'src/fixtures/*'",

0 commit comments

Comments
 (0)