graphql-tag
Advanced tools
Comparing version 0.1.10 to 0.1.11
@@ -10,3 +10,3 @@ var parse = require('./parser').parse; | ||
const parsed = parse(doc); | ||
var parsed = parse(doc); | ||
@@ -13,0 +13,0 @@ if (!parsed || parsed.kind !== 'Document') { |
{ | ||
"name": "graphql-tag", | ||
"version": "0.1.10", | ||
"version": "0.1.11", | ||
"description": "A JavaScript template literal tag that parses GraphQL queries", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
185046