Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

Commit

Permalink
change default cloneUrl to taobao npm
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Jan 19, 2015
1 parent c9d87ed commit 43d74b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ var config = {

// sync by clone from other mirrors
cloneMode: false,
cloneUrl: 'http://cnpmjs.org/mirrors/apis',
cloneUrl: 'http://npm.taobao.org/mirrors/apis',

// sync categories
categories: {
Expand Down
14 changes: 7 additions & 7 deletions sync/index.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
/**!
* mirrors - sync/index.js
*
* Authors:
* dead_horse <dead_horse@qq.com> (https://github.com/dead-horse)
*/
* mirrors - sync/index.js
*
* Authors:
* dead_horse <dead_horse@qq.com> (https://github.com/dead-horse)
*/

'use strict';

/**
* Module dependencies.
*/
* Module dependencies.
*/

var logger = require('../common/logger');
var config = require('../config');
Expand Down

0 comments on commit 43d74b4

Please sign in to comment.