gatsby-plugin-google-tagmanager
Advanced tools
Comparing version 1.0.9 to 1.0.10
{ | ||
"name": "gatsby-plugin-google-tagmanager", | ||
"description": "Gatsby plugin to add google tagmanager onto a site", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"author": "Thijs Koerselman <thijs@vauxlab.com>", | ||
@@ -6,0 +6,0 @@ "devDependencies": { |
@@ -6,2 +6,3 @@ # gatsby-plugin-google-tagmanager | ||
## Install | ||
`npm install --save gatsby-plugin-google-tagmanager` | ||
@@ -17,6 +18,6 @@ | ||
options: { | ||
id: 'YOUR_GOOGLE_TAGMANAGER_ID', | ||
id: "YOUR_GOOGLE_TAGMANAGER_ID", | ||
// Include GTM in development. | ||
// Defaults to false meaning GTM will only be loaded in production. | ||
includeInDevelopment: false | ||
includeInDevelopment: false, | ||
}, | ||
@@ -23,0 +24,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3804
25