File tree Expand file tree Collapse file tree 4 files changed +15
-15
lines changed Expand file tree Collapse file tree 4 files changed +15
-15
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -10,10 +10,7 @@ stories
10
10
# CI/CD
11
11
.travis.yml
12
12
13
- # Source code
14
- src
15
-
16
- # Configs
13
+ # Configs
17
14
jest.config.js
18
15
rollup.config.js
19
16
tsconfig.json
@@ -22,4 +19,4 @@ tsconfig.json
22
19
docs /
23
20
examples /
24
21
cypress /
25
- cypress /react-testing-pages /src /components /lottie-react.js
22
+ cypress /react-testing-pages /src /components /lottie-react.js
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 3.4.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 8d24ecd: changes type for the renderer variable
8
+ - fixed source-maps
9
+
3
10
## 3.4.3
4
11
5
12
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lottiefiles/react-lottie-player" ,
3
- "version" : " 3.4.5 " ,
3
+ "version" : " 3.4.6 " ,
4
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" ,
5
+ "main" : " dist/lottie-react.js" ,
6
+ "module" : " dist/lottie-react.esm.js" ,
7
+ "types" : " dist/src/index.d.ts" ,
8
8
"files" : [
9
- " /dist"
9
+ " dist" ,
10
+ " src"
10
11
],
11
12
"devDependencies" : {
12
13
"@babel/core" : " ^7.9.6" ,
You can’t perform that action at this time.
0 commit comments