|
@@ -27,6 +27,7 @@
|
27
|
27
|
"lodash.clonedeep": "4.5.0",
|
28
|
28
|
"lodash.debounce": "4.0.8",
|
29
|
29
|
"lodash.isequal": "4.5.0",
|
|
30
|
+ "patch-package": "6.5.1",
|
30
|
31
|
"promise.allsettled": "1.0.4",
|
31
|
32
|
"sdp-transform": "2.3.0",
|
32
|
33
|
"strophe.js": "1.6.0",
|
|
@@ -69,6 +70,7 @@
|
69
|
70
|
"gen-types": "tsc --declaration --declarationDir types/auto --emitDeclarationOnly",
|
70
|
71
|
"lint": "eslint .",
|
71
|
72
|
"lint-fix": "eslint . --fix",
|
|
73
|
+ "postinstall": "patch-package",
|
72
|
74
|
"prepack": "npm run build && npm run gen-types",
|
73
|
75
|
"test": "karma start karma.conf.js",
|
74
|
76
|
"test-watch": "karma start karma.conf.js --no-single-run",
|