Browse Source

New name for `alias` property

master
Leo Lamprecht 8 years ago
parent
commit
7ccb4de336
No known key found for this signature in database GPG Key ID: B08517883D5E0E10
  1. 2
      bin/now-alias.js

2
bin/now-alias.js

@ -301,7 +301,7 @@ async function realias(alias) {
quiet: true // `quiet`
})
const targets = nowConfig && nowConfig.alias
const targets = nowConfig && nowConfig.aliases
// the user never intended to support aliases from the package
if (!targets || !Array.isArray(targets)) {

Loading…
Cancel
Save