Skip to content

Commit 05ac47a

Browse files
authored
1 parent 5602d16 commit 05ac47a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ddp-workspace/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@
88
"test": "ng test",
99
"lint": "ng lint",
1010
"e2e": "ng e2e",
11-
"convert-atcp-auth-build-to-UMD": "rollup --config projects/ddp-atcp/src/auth0/auth0-scripts/rollup.config.js"
11+
"convert-atcp-auth-build-to-UMD": "rollup --config projects/ddp-atcp/src/auth0/auth0-scripts/rollup.config.js",
12+
"preinstall": "npx npm-force-resolutions"
13+
},
14+
"resolutions": {
15+
"ua-parser-js": "0.7.33"
1216
},
1317
"private": true,
1418
"dependencies": {

0 commit comments

Comments
 (0)