File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Expand file tree Collapse file tree 2 files changed +7
-9
lines changed 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 2
2
"name" : " @lottiefiles/react-lottie-player" ,
3
3
"version" : " 3.4.5" ,
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