Skip to content

Commit

Permalink
fix: lottie web versioning (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelOsborne authored Jan 22, 2024
1 parent 98be5f5 commit 180290e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lottiefiles/lottie-player",
"version": "2.0.2",
"version": "2.0.3",
"description": "Lottie animation and Telegram Sticker player web components.",
"main": "dist/lottie-player.js",
"module": "dist/lottie-player.esm.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@types/pako": "^1.0.1",
"lit": "^2.1.2",
"lottie-web": "^5.10.0",
"lottie-web": "^5.12.2",
"pako": "^2.0.4",
"resize-observer-polyfill": "^1.5.1"
},
Expand Down Expand Up @@ -122,4 +122,4 @@
"extends": "@istanbuljs/nyc-config-typescript",
"all": true
}
}
}

0 comments on commit 180290e

Please sign in to comment.