diff --git a/packages/next-plugin-google-analytics/package.json b/packages/next-plugin-google-analytics/package.json deleted file mode 100644 index 249e70fbedb6d..0000000000000 --- a/packages/next-plugin-google-analytics/package.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "@next/plugin-google-analytics", - "version": "10.1.4-canary.15", - "repository": { - "url": "vercel/next.js", - "directory": "packages/next-plugin-google-analytics" - }, - "nextjs": { - "name": "Google Analytics", - "required-env": [ - "NEXT_PUBLIC_GA_TRACKING_ID" - ] - }, - "peerDependencies": { - "next": "*", - "react": "*" - } -} diff --git a/packages/next-plugin-google-analytics/readme.md b/packages/next-plugin-google-analytics/readme.md deleted file mode 100644 index 493d27302b28e..0000000000000 --- a/packages/next-plugin-google-analytics/readme.md +++ /dev/null @@ -1,3 +0,0 @@ -# Unstable @next/plugin-google-analytics - -This package is still very experimental and should not be used at this point diff --git a/packages/next-plugin-google-analytics/src/document-head-tags-server.js b/packages/next-plugin-google-analytics/src/document-head-tags-server.js deleted file mode 100644 index b27a7c47fcc23..0000000000000 --- a/packages/next-plugin-google-analytics/src/document-head-tags-server.js +++ /dev/null @@ -1,22 +0,0 @@ -import React from 'react' - -export default async function headTags() { - return ( - <> -