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 d235055 commit 11be7efCopy full SHA for 11be7ef
package.json
@@ -11,7 +11,7 @@
11
"test:setup": "node etc/test-setup.js",
12
"test:teardown": "node etc/test-teardown.js",
13
"test": "gulp test",
14
- "preinstall": "yes | npx npm-force-resolutions"
+ "preinstall": "([ ! -f package-lock.json ] && npm install --package-lock-only --ignore-scripts); yes | npx npm-force-resolutions"
15
},
16
"keywords": [
17
"marklogic",
@@ -71,7 +71,7 @@
71
72
"resolutions": {
73
"glob-parent": "^6.0.2",
74
- "nanoid": "^4.0.0",
+ "nanoid": "^3.1.31",
75
"simple-get": "^4.0.1",
76
"sanitize-html": "^2.7.2"
77
}
0 commit comments