Skip to content

Commit

Permalink
config: Add default for new --also option
Browse files Browse the repository at this point in the history
PR-URL: npm#9024
  • Loading branch information
bengl authored and iarna committed Aug 12, 2015
1 parent fbaa50d commit 47b673f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/config/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ Object.defineProperty(exports, 'defaults', {get: function () {
defaults = {
access: null,
'always-auth': false,
also: null,

'bin-links': true,
browser: null,
Expand Down Expand Up @@ -222,6 +223,7 @@ Object.defineProperty(exports, 'defaults', {get: function () {
exports.types = {
access: [null, 'restricted', 'public'],
'always-auth': Boolean,
also: [null, 'dev', 'development'],
'bin-links': Boolean,
browser: [null, String],
ca: [null, String, Array],
Expand Down

0 comments on commit 47b673f

Please sign in to comment.