Skip to content

Commit

Permalink
Release 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Dec 27, 2013
1 parent 1a19bd1 commit 6594df4
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 8 deletions.
7 changes: 7 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Ordered by date of first contribution.
# Auto-generated by 'contributors' on Fri, 27 Dec 2013 10:43:58 GMT.
# https://github.com/xingrz/node-contributors

fengmk2 <fengmk2@gmail.com> (https://github.com/fengmk2)
dead_horse <dead_horse@qq.com> (https://github.com/dead-horse)
AlsoTang <alsotang@gmail.com> (https://github.com/alsotang)
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

0.1.8 / 2013-12-27
==================

* fix Node 0.11 broken. (@alsotang)
* fix test cases

0.1.7 / 2013-11-20
==================

Expand Down
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@ test-coveralls:

test-all: test test-cov

.PHONY: install test test-cov test-all test-coveralls
contributors: install
@./node_modules/contributors/bin/contributors -f plain -o AUTHORS

.PHONY: test
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,13 +137,15 @@ mm(fs, 'readFile', function (path, callback) {
$ git summary

project : mm
repo age : 1 year, 1 month
active : 21 days
commits : 49
files : 15
repo age : 1 year, 2 months
active : 23 days
commits : 55
files : 16
authors :
45 fengmk2 91.8%
4 dead-horse 8.2%
49 fengmk2 89.1%
4 dead-horse 7.3%
1 AlsoTang 1.8%
1 Alsotang 1.8%
```
## License
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mm",
"version": "0.1.7",
"version": "0.1.8",
"description": "mock mate, mock http request, fs access and so on.",
"main": "index.js",
"scripts": {
Expand All @@ -20,6 +20,7 @@
"semver": "~2.2.1"
},
"devDependencies": {
"contributors": "*",
"should": "*",
"travis-cov": "*",
"node-patch": "*",
Expand Down

0 comments on commit 6594df4

Please sign in to comment.