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

Commit

Permalink
Release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Dec 19, 2013
1 parent f4091ed commit e4aacd3
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 8 deletions.
14 changes: 14 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@

0.1.2 / 2013-12-19
==================

* fix times not exists canot sync bug. fixed #101
* support npm run command
* remove before_install and install in travis, fixed #102
* split all sub queries, fixed #104
* fix doc, fixed #103
* fix search too slow.
* dont email sync log level info
* only sync missing packages at first time
* update dependencies
* sync all will sync all the missing packages, fixed #97

0.1.0 / 2013-12-12
==================

Expand Down
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,21 @@ $ npm install
$ node dispatch.js
```

## Authors

```bash
$ git summary

project : cnpmjs.org
repo age : 2 weeks
active : 73 days
commits : 186
files : 83
authors :
109 fengmk2 58.6%
77 dead_horse 41.4%
```

## License

(The MIT License)
Expand Down
14 changes: 7 additions & 7 deletions docs/web/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,18 +169,18 @@ $ cnpm publish [name]
$ git summary

project : cnpmjs.org
repo age : 9 days
active : 49 days
commits : 126
files : 70
repo age : 2 weeks
active : 73 days
commits : 186
files : 83
authors :
73 fengmk2 57.9%
53 dead_horse 42.1%
109 fengmk2 58.6%
77 dead_horse 41.4%
```

## npm and cnpm relation

![npm&cnpm](https://docs.google.com/drawings/d/12QeQfGalqjsB77mRnf5Iq5oSXHCIUTvZTwECMonqCmw/pub?w=960&h=720)
![npm&cnpm](https://docs.google.com/drawings/d/12QeQfGalqjsB77mRnf5Iq5oSXHCIUTvZTwECMonqCmw/pub?w=383&h=284)

## 捐赠 Donate
如果您觉得 [cnpmjs.org] 对您有帮助,欢迎请作者一杯咖啡.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cnpmjs.org",
"version": "0.1.1",
"version": "0.1.2",
"description": "Private npm registry and web",
"main": "dispatch.js",
"scripts": {
Expand Down

0 comments on commit e4aacd3

Please sign in to comment.