- npm: update devDeps

This commit is contained in:
Brett Zamir
2019-07-14 07:35:16 -07:00
parent 48c737006e
commit 0ef3d2c64c
10 changed files with 11 additions and 23 deletions

1
dist/index-es.js vendored
View File

@@ -23042,7 +23042,6 @@ function jQueryPluginSVGIcons($) {
* @example $.jGraduate.Paint({linearGradient: o, a: 50}); // creates a linear gradient paint with opacity=0.5
* @example $.jGraduate.Paint({radialGradient: o, a: 7}); // creates a radial gradient paint with opacity=0.07
* @example $.jGraduate.Paint({hex: '#rrggbb', linearGradient: o}); // throws an exception?
*
*/
/**

File diff suppressed because one or more lines are too long

1
dist/index-umd.js vendored
View File

@@ -23048,7 +23048,6 @@
* @example $.jGraduate.Paint({linearGradient: o, a: 50}); // creates a linear gradient paint with opacity=0.5
* @example $.jGraduate.Paint({radialGradient: o, a: 7}); // creates a radial gradient paint with opacity=0.07
* @example $.jGraduate.Paint({hex: '#rrggbb', linearGradient: o}); // throws an exception?
*
*/
/**

File diff suppressed because one or more lines are too long