d3v4-bullet
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "d3v4-bullet", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "d3 v4 bullet chart.", | ||
@@ -25,4 +25,4 @@ "keywords": [ | ||
"test": "tape 'test/**/*-test.js' && eslint index.js src", | ||
"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-bullet.js -c -m -o build/d3-bullet.min.js", | ||
"postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-bullet/build/d3-bullet.js d3-bullet.v1.0.js && cp ../d3-bullet/build/d3-bullet.min.js d3-bullet.v1.0.min.js && git add d3-bullet.v1.0.js d3-bullet.v1.0.min.js && git commit -m \"d3-bullet ${npm_package_version}\" && git push && cd - && zip -j build/d3-bullet.zip -- LICENSE README.md build/d3-bullet.js build/d3-bullet.min.js" | ||
"clean": "rimraf ./build", | ||
"build": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-bullet.js -c -m -o build/d3-bullet.min.js" | ||
}, | ||
@@ -45,2 +45,2 @@ "dependencies": { | ||
} | ||
} | ||
} |
@@ -7,3 +7,3 @@ # d3-bullet v4 | ||
`npm install @hpcc-js/d3-bullet`. | ||
`npm install d3v4-bullet`. | ||
@@ -10,0 +10,0 @@ ## API Reference |
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
19113