Comparing version 1.13.1 to 1.13.2
@@ -169,3 +169,3 @@ (function (global, factory) { | ||
} | ||
} | ||
}; | ||
} | ||
@@ -172,0 +172,0 @@ |
{ | ||
"name": "vega-util", | ||
"version": "1.13.1", | ||
"version": "1.13.2", | ||
"description": "JavaScript utilities for Vega.", | ||
@@ -21,7 +21,7 @@ "keywords": [ | ||
"pretest": "yarn prebuild && yarn rollup", | ||
"test": "tape 'test/**/*-test.js' && eslint index.js src test && tsc", | ||
"test": "tape 'test/**/*-test.js'", | ||
"prepublishOnly": "yarn test && yarn build", | ||
"postpublish": "git push && git push --tags" | ||
}, | ||
"gitHead": "2bee653f2a56c2c0d4393d69d172b9ccdb0fe2f9" | ||
"gitHead": "35e31c5c6b54db9dc3a577b5adad8d15ec274d32" | ||
} |
@@ -39,3 +39,3 @@ function log(method, level, input) { | ||
} | ||
} | ||
}; | ||
} |
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
96520