svg-path-properties
Advanced tools
Comparing version 0.4.11 to 0.5.0
@@ -1,2 +0,2 @@ | ||
// http://geoexamples.com/path-properties/ Version 0.4.10. Copyright 2019 Roger Veciana i Rovira. | ||
// http://geoexamples.com/path-properties/ Version 0.5.0. Copyright 2019 Roger Veciana i Rovira. | ||
(function (global, factory) { | ||
@@ -3,0 +3,0 @@ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : |
{ | ||
"name": "svg-path-properties", | ||
"version": "0.4.11", | ||
"version": "0.5.0", | ||
"description": "Calculate the length for an SVG path, to use it with node or a Canvas element", | ||
@@ -23,3 +23,3 @@ "keywords": [ | ||
"postpublish": "git push && git push --tags", | ||
"preversion": "npm run uglify && git add build && git commit -am \"new version\"", | ||
"preversion": "npm run uglify && git add build && git commit --allow-empty -am \"new version\"", | ||
"uglify": "uglifyjs --preamble \"$(preamble)\" build/path-properties.js -c -m -o build/path-properties.min.js" | ||
@@ -26,0 +26,0 @@ }, |
@@ -29,2 +29,4 @@ [![Build Status](https://travis-ci.org/rveciana/svg-path-properties.svg?branch=master)](https://travis-ci.org/rveciana/svg-path-properties) | ||
The TypeScript declaration file is available too, since version 0.5 | ||
CREDITS | ||
@@ -31,0 +33,0 @@ ======= |
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
1659
46
113874