jspdf-autotable
Advanced tools
Comparing version 3.0.12 to 3.0.13
/*! | ||
* | ||
* jsPDF AutoTable plugin v3.0.12 | ||
* jsPDF AutoTable plugin v3.0.13 | ||
* | ||
@@ -5,0 +5,0 @@ * Copyright (c) 2014 Simon Bengtsson, https://github.com/simonbengtsson/jsPDF-AutoTable |
{ | ||
"name": "jspdf-autotable", | ||
"version": "3.0.12", | ||
"version": "3.0.13", | ||
"description": "Generate pdf tables with javascript (jsPDF plugin)", | ||
@@ -35,7 +35,5 @@ "main": "dist/jspdf.plugin.autotable.js", | ||
"build": "webpack --mode=production", | ||
"copyLib": "cp ./node_modules/jspdf/dist/jspdf.debug.js ./examples/libs/jspdf.debug.js && cp ./dist/jspdf.plugin.autotable.js ./examples/libs/jspdf.plugin.autotable.js", | ||
"version": "npm test && npm run build && npm run copyLib && git add -A dist && git add -A examples && git add README.md", | ||
"hosted": "git push origin master:gh-pages -f", | ||
"deploy": "git push && git push --tags && npm publish && npm run hosted", | ||
"test": "mocha --require ts-node/register" | ||
"test": "mocha --require ts-node/register", | ||
"version": "npm test && npm run build && git add -A dist", | ||
"deploy": "git push --follow-tags && npm publish && git push origin master:gh-pages -f" | ||
}, | ||
@@ -56,4 +54,4 @@ "repository": { | ||
}, | ||
"homepage": "https://simonbengtsson.github.io/jsPDF-AutoTable/", | ||
"homepage": "https://simonbengtsson.github.io/jsPDF-AutoTable", | ||
"dependencies": {} | ||
} |
Sorry, the diff of this file is too big to display
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
110571