Skip to content

Commit

Permalink
Move gtag from design package to app
Browse files Browse the repository at this point in the history
  • Loading branch information
d0rich committed Nov 7, 2023
1 parent 1053d2b commit 5a3aa03
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
3 changes: 2 additions & 1 deletion apps/design.d0rich.me/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"preview": "nuxt preview"
},
"dependencies": {
"@d0rich/nuxt-design-system": "*"
"@d0rich/nuxt-design-system": "*",
"vue-gtag": "^2.0.1"
}
}
18 changes: 9 additions & 9 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions packages/nuxt-design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
"typecheck": "nuxi typecheck"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.1.0",
"vue-gtag": "^2.0.1"
"@vitejs/plugin-vue": "^4.1.0"
},
"dependencies": {
"@nuxtjs/color-mode": "^3.2.0",
Expand Down

0 comments on commit 5a3aa03

Please sign in to comment.