Skip to content

Commit

Permalink
3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtimebuddy committed Jan 9, 2023
1 parent 3eede12 commit 89928ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pixi-svg",
"version": "3.1.0",
"version": "3.2.0",
"description": "SVG to Graphics DisplayObject for PIXI",
"main": "./lib/index.js",
"module": "./lib/index.mjs",
Expand All @@ -13,7 +13,9 @@
}
},
"extensionConfig": {
"lint": ["src"],
"lint": [
"src"
],
"namespace": "PIXI",
"docsCopyright": "PIXI Copyright © 2022 Matt Karl.",
"docsTitle": "PixiJS SVG Graphics Plugin",
Expand Down

0 comments on commit 89928ab

Please sign in to comment.