Leo Lamprecht
8 years ago
No known key found for this signature in database
GPG Key ID: B08517883D5E0E10
1 changed files with
1 additions and
1 deletions
-
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)) { |
|
|
|