From d1efa33db94d4b0993195606cc39624a6e413d1e Mon Sep 17 00:00:00 2001 From: isaacs Date: Sun, 15 Dec 2013 23:23:36 -0800 Subject: [PATCH] add ignore-scripts --- config-defs.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config-defs.js b/config-defs.js index 3ecbe60..84028f9 100644 --- a/config-defs.js +++ b/config-defs.js @@ -239,6 +239,7 @@ Object.defineProperty(exports, "defaults", {get: function () { : process.env.SUDO_GID || (process.getgid && process.getgid()) , heading: "npm" , ignore: "" + , "ignore-scripts": false , "init-module": path.resolve(home, '.npm-init.js') , "init.version" : "0.0.0" , "init.author.name" : "" @@ -337,6 +338,7 @@ exports.types = , "user-agent" : String , "heading": String , ignore : String + , "ignore-scripts": Boolean , "init-module": path , "init.version" : [null, semver] , "init.author.name" : String