diff options
-rw-r--r-- | meta/classes-recipe/npm.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-recipe/npm.bbclass b/meta/classes-recipe/npm.bbclass index deea53c9ec..8e73400678 100644 --- a/meta/classes-recipe/npm.bbclass +++ b/meta/classes-recipe/npm.bbclass | |||
@@ -54,7 +54,7 @@ def npm_global_configs(d): | |||
54 | # Ensure no network access is done | 54 | # Ensure no network access is done |
55 | configs.append(("offline", "true")) | 55 | configs.append(("offline", "true")) |
56 | configs.append(("proxy", "http://invalid")) | 56 | configs.append(("proxy", "http://invalid")) |
57 | configs.append(("funds", False)) | 57 | configs.append(("fund", False)) |
58 | configs.append(("audit", False)) | 58 | configs.append(("audit", False)) |
59 | # Configure the cache directory | 59 | # Configure the cache directory |
60 | configs.append(("cache", d.getVar("NPM_CACHE"))) | 60 | configs.append(("cache", d.getVar("NPM_CACHE"))) |