Skip to content

Commit

Permalink
fix(npm): 修改npm下载地址
Browse files Browse the repository at this point in the history
Closes Kenshin#6
  • Loading branch information
yanyu0517 committed May 4, 2016
1 parent e6fa033 commit 1ffd0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodehandle/npm.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
const (
LATNPMURL = "https://raw.githubusercontent.com/npm/npm/master/package.json"
NPMTAOBAO = "http://npm.taobao.org/mirrors/npm/"
NPMDEFAULT = "https://github.com/npm/npm/releases/"
NPMDEFAULT = "https://github.com/npm/npm/archive/"
ZIP = ".zip"
)

Expand Down

0 comments on commit 1ffd0f7

Please sign in to comment.