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 99dbf31 commit 39b63a1Copy full SHA for 39b63a1
package.json
@@ -23,7 +23,7 @@
23
"load": "gulp load",
24
"jshint": "gulp jshint",
25
"test": "gulp test",
26
- "preinstall": "[[ $npm_config_heading == 'npm' ]] && npx npm-force-resolutions || true"
+ "preinstall": "if [ $npm_config_heading == 'npm' ]; then npx npm-force-resolutions; fi"
27
},
28
"files": [
29
"AUTHORS.md",
0 commit comments