graphql-validate-directive
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "graphql-validate-directive", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"main": "dist/cjs/index.js", | ||
@@ -28,3 +28,4 @@ "module": "dist/esm/index.js", | ||
"build:all": "yarn build:cjs && yarn build", | ||
"test": "jest" | ||
"test": "jest", | ||
"prepublish": "yarn build" | ||
}, | ||
@@ -31,0 +32,0 @@ "jest": { |
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
26739