We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5602d16 commit 05ac47aCopy full SHA for 05ac47a
ddp-workspace/package.json
@@ -8,7 +8,11 @@
8
"test": "ng test",
9
"lint": "ng lint",
10
"e2e": "ng e2e",
11
- "convert-atcp-auth-build-to-UMD": "rollup --config projects/ddp-atcp/src/auth0/auth0-scripts/rollup.config.js"
+ "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"
16
},
17
"private": true,
18
"dependencies": {
0 commit comments