Skip to content

Commit

Permalink
bin: warn about install deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
enzy committed Jun 21, 2018
1 parent 4a986fe commit be9e68a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/mango
Expand Up @@ -49,6 +49,8 @@ argv
const mainconfig = await config.get(true)
const fullconfig = await config.get()

log.warn('DEPRECATED: Use package.json and npm install instead')

const onFinish = function() {
log.timeEnd('~ installation time')
if(fullconfig.hooks && fullconfig.hooks.install) {
Expand Down

0 comments on commit be9e68a

Please sign in to comment.