Skip to content
This repository has been archived by the owner on Nov 16, 2019. It is now read-only.

Commit

Permalink
add ignore-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Dec 16, 2013
1 parent 09ceec9 commit d1efa33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config-defs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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" : ""
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d1efa33

Please sign in to comment.