Skip to content

Commit 9fb4aa7

Browse files
committed
fix: Set type in package.json
1 parent 22e99cc commit 9fb4aa7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: package.json

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"browser": "dist/vue-dark-mode.esm.js",
77
"module": "dist/vue-dark-mode.esm.js",
88
"unpkg": "dist/vue-dark-mode.min.js",
9+
"types": "index.d.ts",
910
"scripts": {
1011
"dev": "rollup --config rollup.config.dev.js --watch",
1112
"build": "npm run build:ssr & npm run build:es & npm run build:unpkg",

0 commit comments

Comments
 (0)