gatsby-plugin-google-tagmanager
Advanced tools
Comparing version 1.1.0-alpha.22c8a6f1 to 1.1.0-alpha.2e1e7782
{ | ||
"name": "gatsby-plugin-google-tagmanager", | ||
"description": "Gatsby plugin to add google tagmanager onto a site", | ||
"version": "1.1.0-alpha.22c8a6f1", | ||
"version": "1.1.0-alpha.2e1e7782", | ||
"author": "Thijs Koerselman <thijs@vauxlab.com>", | ||
"devDependencies": { | ||
"babel-cli": "^6.24.1" | ||
"babel-cli": "^6.26.0", | ||
"cross-env": "^5.0.5" | ||
}, | ||
@@ -19,7 +20,8 @@ "keywords": [ | ||
"build": "babel src --out-dir . --ignore __tests__", | ||
"watch": "babel -w src --out-dir . --ignore __tests__" | ||
"watch": "babel -w src --out-dir . --ignore __tests__", | ||
"prepublish": "cross-env NODE_ENV=production npm run build" | ||
}, | ||
"dependencies": { | ||
"babel-runtime": "6.26.0" | ||
"babel-runtime": "^6.26.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
4214
2
Updatedbabel-runtime@^6.26.0