Skip to content

Commit

Permalink
Update default license to ISC
Browse files Browse the repository at this point in the history
npmconf now provides ISC as the default init.license, init-package-json could probably follow suit, in the case that init.license becomes unset?
  npm/npmconf@160aa09#diff-093e169a50df5b94ced78237e58e4cf5R247
  • Loading branch information
timoxley authored and isaacs committed Feb 18, 2014
1 parent f56a2df commit d377300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default-input.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,4 @@ if (!package.author) {

exports.license = prompt('license', package.license ||
config.get('init.license') ||
'BSD-2-Clause')
'ISC')

0 comments on commit d377300

Please sign in to comment.