diff options
| author | Adam Vandenberg | 2010-10-27 08:05:39 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-10-27 08:05:39 -0700 |
| commit | 2f44614975bf23ed2187bb291a6f546eec0a9587 (patch) | |
| tree | 1e9614c0f8c075c158942136de4adef0d505c261 /Library/Formula | |
| parent | 87d87260d7b116fdb7cab5317c434726735757de (diff) | |
| download | homebrew-2f44614975bf23ed2187bb291a6f546eec0a9587.tar.bz2 | |
hotfix npm version
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/npm.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/npm.rb b/Library/Formula/npm.rb index da4b58656..3f94b599e 100644 --- a/Library/Formula/npm.rb +++ b/Library/Formula/npm.rb @@ -2,6 +2,7 @@ require 'formula' class Npm <Formula url 'http://github.com/isaacs/npm/tarball/v0.2.5-1' + version '0.2.5_1' homepage 'http://github.com/isaacs/npm' md5 'e33d39a12943a7eebc5ff0890a661f54' head 'git://github.com/isaacs/npm.git' |
