File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 "main" : " index.js" ,
66 "types" : " index.d.ts" ,
77 "scripts" : {
8- "test" : " echo \" Error: no test specified\" && exit 1"
8+ "test" : " echo \" Error: no test specified\" && exit 1" ,
9+ "postinstall" : " node postinstall.js"
910 },
1011 "repository" : {
1112 "type" : " git" ,
12- "url" : " git+https://github.com/zoom/meetingsdk-web"
13+ "url" : " git+https://github.com/zoom/meetingsdk-web.git "
1314 },
1415 "keywords" : [
1516 " zoom" ,
2324 "bugs" : {
2425 "url" : " https://github.com/zoom/meetingsdk-web/issues"
2526 },
26- "dependencies" : {
27- "react" : " 18.2.0" ,
28- "react-dom" : " 18.2.0" ,
29- "redux" : " 4.2.1" ,
30- "react-redux" : " 8.1.2" ,
31- "lodash" : " ^4.17.23" ,
32- "redux-thunk" : " 2.4.2"
33- },
3427 "peerDependencies" : {
3528 "react" : " 18.2.0" ,
3629 "react-dom" : " 18.2.0" ,
3730 "redux" : " 4.2.1" ,
3831 "react-redux" : " 8.1.2" ,
39- "lodash" : " ^4.17.23 " ,
32+ "lodash" : " ^4.18.1 " ,
4033 "redux-thunk" : " 2.4.2"
4134 },
4235 "files" : [
4336 " dist/*" ,
44- " types/* " ,
37+ " index.js " ,
4538 " embedded.js" ,
4639 " embedded.d.ts" ,
4740 " index.d.ts" ,
4841 " CHANGELOG.md" ,
49- " LICENSE.pdf " ,
42+ " LICENSE.md " ,
5043 " README.md" ,
5144 " oss_attribution.txt" ,
5245 " helper.html" ,
53- " externalLinkPage.html"
46+ " externalLinkPage.html" ,
47+ " postinstall.js"
5448 ]
55- }
49+ }
You can’t perform that action at this time.
0 commit comments