Skip to content

Commit 754e201

Browse files
committed
2.1.0
1 parent f5c7dd6 commit 754e201

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pixi/layers",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "PixiJS plugin, allows to change rendering order of containers without changing the scene graph.",
55
"author": "Ivan Popelyshev",
66
"contributors": [
@@ -17,7 +17,9 @@
1717
}
1818
},
1919
"extensionConfig": {
20-
"lint": ["src"],
20+
"lint": [
21+
"src"
22+
],
2123
"namespace": "PIXI.layers",
2224
"docsName": "PixiJS Layers",
2325
"docsCopyright": "Copyright © 2015 - 2022 Ivan Popelyshev",

0 commit comments

Comments
 (0)