We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b91c1 commit 06b91e9Copy full SHA for 06b91e9
package.json
@@ -2,11 +2,12 @@
2
"name": "@lottiefiles/react-lottie-player",
3
"version": "3.4.5",
4
"description": "Lottie web player wrapper for React",
5
- "main": "./dist/lottie-react.js",
6
- "module": "./dist/lottie-react.esm.js",
7
- "types": "./dist/src/index.d.ts",
+ "main": "dist/lottie-react.js",
+ "module": "dist/lottie-react.esm.js",
+ "types": "dist/src/index.d.ts",
8
"files": [
9
- "/dist"
+ "dist",
10
+ "src"
11
],
12
"devDependencies": {
13
"@babel/core": "^7.9.6",
0 commit comments