Skip to content

Commit

Permalink
switch to next-google-analytics package. (#275)
Browse files Browse the repository at this point in the history
Co-authored-by: Brad Garropy <[email protected]>
  • Loading branch information
bradgarropy and bgarropy-atlassian authored Feb 4, 2022
1 parent 11bd772 commit 9971016
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 39 deletions.
23 changes: 21 additions & 2 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bradgarropy.com",
"version": "5.0.3",
"version": "5.1.0",
"description": "🏠 my home on the web",
"keywords": [
"javascript",
Expand Down Expand Up @@ -42,6 +42,7 @@
"dependencies": {
"@bradgarropy/captivate-sdk": "^0.4.0",
"@bradgarropy/http": "^1.1.0",
"@bradgarropy/next-google-analytics": "^1.0.0",
"@bradgarropy/next-link": "^1.0.2",
"@bradgarropy/next-seo": "^1.2.0",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
Expand Down
6 changes: 0 additions & 6 deletions src/components/GoogleAnalytics/GoogleAnalytics.test.tsx

This file was deleted.

28 changes: 0 additions & 28 deletions src/components/GoogleAnalytics/GoogleAnalytics.tsx

This file was deleted.

1 change: 0 additions & 1 deletion src/components/GoogleAnalytics/index.ts

This file was deleted.

2 changes: 1 addition & 1 deletion src/pages/_app.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import "styles/global.css"

import GoogleAnalytics from "components/GoogleAnalytics"
import GoogleAnalytics from "@bradgarropy/next-google-analytics"
import type {AppProps} from "next/app"

const App = ({Component, pageProps}: AppProps) => {
Expand Down

1 comment on commit 9971016

@vercel
Copy link

@vercel vercel bot commented on 9971016 Feb 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.