d3-trial-line
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "d3-trial-line", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "D3 trial line chart", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
"install": "npm run build", | ||
"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags" | ||
"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git tag ${VERSION} && git push && git push --tags" | ||
}, | ||
@@ -14,0 +14,0 @@ "keywords": [ |
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
8141