Skip to content

Commit c61f8d9

Browse files
PikaJoyceJoyce Ma
andauthored
Restore previous package.json (#103)
* Restore previous package.json * new line --------- Co-authored-by: Joyce Ma <joyce.ma@zoom.us>
1 parent f9cd206 commit c61f8d9

1 file changed

Lines changed: 9 additions & 15 deletions

File tree

package.json

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
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",
@@ -23,33 +24,26 @@
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+
}

0 commit comments

Comments
 (0)