Skip to content

Commit

Permalink
4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtimebuddy committed Jul 12, 2023
1 parent e7b1e91 commit dc9ed86
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/lights",
"version": "4.0.0",
"version": "4.1.0",
"description": "A plugin that adds deferred lighting to PixiJS v6",
"author": "Ivan Popelyshev",
"contributors": [
Expand All @@ -9,7 +9,9 @@
],
"extensionConfig": {
"namespace": "PIXI.lights",
"lint": ["src"],
"lint": [
"src"
],
"globals": {
"@pixi/layers": "PIXI.layers"
},
Expand Down

0 comments on commit dc9ed86

Please sign in to comment.