Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Amphiluke committed Jul 22, 2023
1 parent a4c8c2f commit a8b4bf9
Show file tree
Hide file tree
Showing 7 changed files with 373 additions and 1,220 deletions.
2 changes: 1 addition & 1 deletion dist/lindsvg.esm.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
lindsvg v1.3.2
https://amphiluke.github.io/lindsvg/
(c) 2022 Amphiluke
(c) 2023 Amphiluke
*/
let messages = {
AXIOM: "Axiom may only contain the following characters: A..Z,+,-,[,]",
Expand Down
2 changes: 1 addition & 1 deletion dist/lindsvg.esm.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions dist/lindsvg.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
lindsvg v1.3.2
https://amphiluke.github.io/lindsvg/
(c) 2022 Amphiluke
(c) 2023 Amphiluke
*/
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
Expand Down Expand Up @@ -444,6 +444,4 @@ https://amphiluke.github.io/lindsvg/
exports.getSVGCode = getSVGCode;
exports.getSVGData = getSVGData;

Object.defineProperty(exports, '__esModule', { value: true });

}));
4 changes: 2 additions & 2 deletions dist/lindsvg.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a8b4bf9

Please sign in to comment.