Skip to content

Commit

Permalink
Require retire@2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andresriancho committed Jun 12, 2019
1 parent 11bf462 commit dc3c4be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def retirejs_handler():
if retirejs_is_installed():
return []

return ['npm install -g retire',
return ['npm install -g retire@2.0.3',
'npm update -g retire']

EXTERNAL_COMMAND_HANDLERS = [retirejs_handler]

0 comments on commit dc3c4be

Please sign in to comment.