Skip to content

Commit

Permalink
chore: package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nooooooom committed Mar 12, 2023
1 parent 4d52849 commit c57b8a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 393 deletions.
16 changes: 4 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,10 @@
"name": "vue-forward-ref",
"version": "0.0.9",
"author": "nooooooom <https://github.com/nooooooom>",
"description": "💫 Make it easier for HOCs to forward refs.",
"description": "💫 Make it easier for HOCs to forward refs",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"import": "./dist/index.mjs"
}
},
"keywords": [
"vue",
"hoc",
Expand All @@ -35,9 +28,11 @@
"prepublish": "pnpm build",
"release": "bumpp package.json --commit --push --tag && pnpm publish --access public"
},
"dependencies": {
"@vue/shared": "^3.2.47"
},
"devDependencies": {
"bumpp": "^8.2.1",
"jsdom": "^21.1.0",
"tsup": "^6.5.0",
"typescript": "^4.9.4",
"vitest": "^0.28.3",
Expand All @@ -51,8 +46,5 @@
"typescript": {
"optional": true
}
},
"dependencies": {
"@vue/shared": "^3.2.47"
}
}
Loading

0 comments on commit c57b8a7

Please sign in to comment.