diff --git a/.npmrc b/.npmrc new file mode 100644 index 000000000..ee5862e16 --- /dev/null +++ b/.npmrc @@ -0,0 +1,2 @@ +strict-allow-scripts=true +min-release-age=4 diff --git a/package.json b/package.json index 4cac600ab..627394443 100644 --- a/package.json +++ b/package.json @@ -100,5 +100,9 @@ "/auth", "/cloudant", "/lib" - ] + ], + "allowScripts": { + "fsevents": false, + "unrs-resolver": false + } }