Comparing version 0.6.2 to 0.7.0
@@ -9,2 +9,5 @@ CHANGELOG | ||
## 0.7.0 (2017-04-12) | ||
* Fix phantomjs dev in package.json | ||
## 0.6.2 (2016-11-11) | ||
@@ -11,0 +14,0 @@ * Fix #4, Add href to default attributes |
{ | ||
"name": "svgsaver", | ||
"version": "0.6.2", | ||
"version": "0.7.0", | ||
"description": "download an SVG element with css styles", | ||
@@ -36,4 +36,4 @@ "main": "lib/svgsaver.js", | ||
"babel": "^5.8.38", | ||
"babelify": "^6.4.0", | ||
"browserify": "^13.1.1", | ||
"babelify": "^7.3.0", | ||
"browserify": "^14.3.0", | ||
"dependency-check": "^2.5.1", | ||
@@ -47,3 +47,3 @@ "dmd": "^1.4.2", | ||
"tap-spec": "^4.1.0", | ||
"tape": "^4.6.2", | ||
"tape": "^4.6.3", | ||
"uglifyjs": "^2.4.10", | ||
@@ -50,0 +50,0 @@ "watch": "^1.0.1", |
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
56295