Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lucashenkes committed Sep 18, 2024
1 parent 1d6204b commit d026777
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "quasar-monorepo",
"private": true,
"packageManager": "pnpm@9.6.0",
"scripts": {
"preinstall": "npx only-allow@1.2.1 pnpm",
Expand All @@ -16,5 +15,8 @@
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-quasar": "workspace:*"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
}
}
6 changes: 3 additions & 3 deletions ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lucashenkes/quasar",
"version": "2.16.11",
"name": "@ion2s-gmbh/quasar",
"version": "0.0.1",
"description": "Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time",
"type": "module",
"module": "dist/quasar.client.js",
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/lucashenkes/quasar.git"
"url": "git+https://github.com/ion2s-gmbh/quasar.git"
},
"keywords": [
"vuejs",
Expand Down

0 comments on commit d026777

Please sign in to comment.