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

Commit

Permalink
Merge pull request #364 from cnpm/maintainer
Browse files Browse the repository at this point in the history
Maintainer logic improve
  • Loading branch information
dead-horse committed Jul 7, 2014
2 parents ba1986b + ce38161 commit 78af0fc
Show file tree
Hide file tree
Showing 13 changed files with 502 additions and 122 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TESTS = $(shell ls -S `find test -type f -name "*.test.js" -print`)
REPORTER = tap
REPORTER = spec
TIMEOUT = 30000
MOCHA_OPTS =
REGISTRY = --registry=http://registry.npm.taobao.org
Expand Down
1 change: 1 addition & 0 deletions config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ var config = {
sourceNpmRegistry: 'http://registry.npmjs.org',
enablePrivate: true, // enable private mode, only admin can publish, other use just can sync package from source npm
admins: {
// name: email
fengmk2: '[email protected]',
admin: '[email protected]',
dead_horse: '[email protected]',
Expand Down
Loading

0 comments on commit 78af0fc

Please sign in to comment.