Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Commit

Permalink
fix(migrate): remove extra-line
Browse files Browse the repository at this point in the history
  • Loading branch information
clementprevot authored Oct 17, 2016
1 parent da47042 commit b4d9c3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ if (!rangeVersion) processExit()

config(function (versions) {
var currentVersion = process.versions.node

var maxSatisfyVersion = semver.maxSatisfying(versions, rangeVersion)
var switcher = createSwitcher(maxSatisfyVersion, currentVersion)
var switcherBin
Expand Down

0 comments on commit b4d9c3b

Please sign in to comment.