Skip to content

Commit

Permalink
chore: add npm specifics
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Sep 6, 2024
1 parent f7e5351 commit 4b0d01a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "wit-vue-ui",
"version": "0.0.1",
"private": false,
"homepage": "https://github.com/witnet/wit-vue-ui#readme",
"license" : "MIT",
"bugs": {
"url": "https://github.com/witnet/wit-vue-ui/issues"
},
"type": "module",
"types": "dist/index.d.ts",
"main": "dist/wit-vue-ui.umd.js",
Expand Down Expand Up @@ -69,7 +74,7 @@
"typescript": "~5.4.0",
"vite": "^5.4.2",
"vitest": "^1.6.0",
"vue-tsc": "2.1.4"
"vue-tsc": "^2.1.6"
},
"peerDependencies": {
"vue": "3.4.38"
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4b0d01a

Please sign in to comment.