Skip to content

Commit

Permalink
add alias verison=version
Browse files Browse the repository at this point in the history
I literally cannot train my fingers to do this one properly.  Had to
add it as a vim autocorrect to even work on npm and semver in the
first place.
  • Loading branch information
isaacs authored and othiym23 committed Dec 5, 2014
1 parent 5eed7bd commit e5b1e44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/npm.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ var commandCache = {}
, "find-dupes": "dedupe"
, "ddp": "dedupe"
, "v": "view"
, "verison": "version"
}

, aliasNames = Object.keys(aliases)
Expand Down

0 comments on commit e5b1e44

Please sign in to comment.