jspdf-autotable
Advanced tools
Comparing version 2.0.6 to 2.0.7
/** | ||
* jsPDF AutoTable plugin v2.0.6 | ||
* jsPDF AutoTable plugin v2.0.7 | ||
* Copyright (c) 2014 Simon Bengtsson, https://github.com/simonbengtsson/jsPDF-AutoTable | ||
@@ -4,0 +4,0 @@ * |
/** | ||
* jsPDF AutoTable plugin v2.0.6 | ||
* jsPDF AutoTable plugin v2.0.7 | ||
* Copyright (c) 2014 Simon Bengtsson, https://github.com/simonbengtsson/jsPDF-AutoTable | ||
@@ -4,0 +4,0 @@ * |
{ | ||
"name": "jspdf-autotable", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"description": "Generate PDF tables with jsPDF", | ||
@@ -17,3 +17,3 @@ "main": "dist/jspdf.plugin.autotable.js", | ||
"version": "npm run build && git add -A dist", | ||
"hosted": "git checkout gh-pages && npm run build && git add -A && git commit -m \"Updated to latest version\" && git push && git checkout master", | ||
"hosted": "git checkout gh-pages && git clean -f -d && npm run build && git add -A && git commit -m \"Updated to latest version\" && git push && git checkout master && git clean -f -d", | ||
"deploy": "git push && git push --tags && npm publish && npm run hosted" | ||
@@ -20,0 +20,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
1065260
17