Skip to content

Commit

Permalink
New name for alias property
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed Jan 28, 2017
1 parent fb03bd6 commit 7ccb4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/now-alias.js
Expand Up @@ -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)) {
Expand Down

0 comments on commit 7ccb4de

Please sign in to comment.