Skip to content

Commit

Permalink
v4.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfig committed Oct 29, 2021
1 parent 97f937a commit 928f8cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pixi-viewport",
"version": "4.33.0",
"version": "4.34.0",
"description": "A highly configurable viewport/2D camera designed to work with pixi.js. Features include dragging, pinch-to-zoom, mouse wheel zooming, decelerated dragging, follow target, snap to point, snap to zoom, clamping, bouncing on edges, and move on mouse edges.",
"main": "dist/cjs/viewport.js",
"module": "dist/esm/viewport.es.js",
Expand Down Expand Up @@ -70,8 +70,8 @@
"@pixi-build-tools/rollup-configurator": "^1.0.14",
"@pixi/display": "^6.1.3",
"@pixi/eslint-config": "^2.0.1",
"@pixi/interaction": "^6.1.3",
"@pixi/events": "^6.1.3",
"@pixi/interaction": "^6.1.3",
"@pixi/math": "^6.1.3",
"@pixi/ticker": "^6.1.3",
"@rollup/plugin-babel": "^5.3.0",
Expand Down

0 comments on commit 928f8cb

Please sign in to comment.