Skip to content

Commit

Permalink
fix(package.json): updated package.json to export types correctly
Browse files Browse the repository at this point in the history
fix #97
  • Loading branch information
fatihsolhan committed May 15, 2024
1 parent dd96a64 commit aa4e435
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "v-onboarding",
"version": "2.8.1",
"version": "2.8.2",
"description": "v-onboarding is a super-slim, fully-typed onboarding component for Vue 3",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,6 +29,7 @@
"module": "./dist/v-onboarding.es.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/v-onboarding.es.js",
"require": "./dist/v-onboarding.umd.js"
},
Expand Down
2 changes: 1 addition & 1 deletion web-types/web-types.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"framework": "vue",
"name": "v-onboarding",
"version": "2.8.1",
"version": "2.8.2",
"contributions": {
"html": {
"description-markup": "markdown",
Expand Down

0 comments on commit aa4e435

Please sign in to comment.