Skip to content

Commit

Permalink
Prepare package.json ready for npm publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
gemmadlou committed Sep 2, 2024
1 parent 12147d5 commit 553df0a
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
{
"name": "epc-rating",
"private": true,
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/gemmadlou/epc-rating.git"
},
"keywords": [
"epc",
"rating",
"epc-rating",
"vue",
"vue-component",
"vue3",
"vuejs"
],
"version": "0.0.0",
"type": "module",
"files": [
Expand All @@ -25,6 +38,9 @@
"dependencies": {
"vue": "^3.4.37"
},
"peerDependencies": {
"vue": "^3.0.0"
},
"devDependencies": {
"@types/node": "^22.5.2",
"@vitejs/plugin-vue": "^5.1.2",
Expand All @@ -36,4 +52,4 @@
"vitest": "^2.0.5",
"vue-tsc": "^2.0.29"
}
}
}

0 comments on commit 553df0a

Please sign in to comment.