Skip to content

Commit

Permalink
fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyNetRu committed Jul 5, 2023
1 parent 8611349 commit ed94ee6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"name": "@SkyNetRu/qalendar",
"name": "@skynetru/qalendar",
"description": "Event calendar and date picker for Vue 3",
"version": "3.4.0",
"homepage": "https://tomosterlund.github.io/qalendar/",
"repository": {
"type": "git",
"url": "https://github.com/SkyNetRu/qalendar"
},
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/SkyNetRu/qalendar/issues"
},
Expand All @@ -25,7 +28,7 @@
},
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build && tsc --emitDeclarationOnly && rm -rf dist/cypress",
"build": "vue-tsc --noEmit && vite build && tsc --emitDeclarationOnly",
"preview": "vite preview --port 5050",
"prepare": "npm run build",
"test:unit": "vitest --environment jsdom",
Expand Down

0 comments on commit ed94ee6

Please sign in to comment.