Skip to content

Commit

Permalink
fix: add type definitions to the package
Browse files Browse the repository at this point in the history
  • Loading branch information
khawarizmus committed Feb 19, 2023
1 parent 62d66d0 commit 9e583b7
Show file tree
Hide file tree
Showing 3 changed files with 372 additions and 1 deletion.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
},
"main": "./dist/vue-moon.umd.js",
"module": "./dist/vue-moon.es.js",
"types": "./dist/vue-moon.es.d.ts",
"exports": {
".": {
"import": "./dist/vue-moon.es.js",
Expand Down Expand Up @@ -41,6 +42,7 @@
"tailwindcss": "^3.1.6",
"typescript": "^4.7.4",
"vite": "^4.1.2",
"vite-plugin-dts": "2.0.0-beta.1",
"vue-tsc": "^0.39.0"
}
}
Loading

0 comments on commit 9e583b7

Please sign in to comment.