Skip to content

Commit

Permalink
Release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed May 21, 2013
1 parent bd1cc67 commit 65d2607
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions History.md
@@ -1,4 +1,11 @@

0.1.4 / 2013-05-21
==================

* use blanket instead of jscover
* fixed spawn test fail on node 0.6
* support emtpy error

0.1.3 / 2013-05-05
==================

Expand Down
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -8,6 +8,7 @@ install:

test: install
@NODE_ENV=test ./node_modules/mocha/bin/mocha \
--require node-patch \
--reporter $(REPORTER) \
--timeout $(TIMEOUT) \
$(MOCHA_OPTS) \
Expand Down
3 changes: 2 additions & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "mm",
"version": "0.1.3",
"version": "0.1.4",
"description": "mock mate, mock http request, fs access and so on.",
"main": "index.js",
"scripts": {
Expand All @@ -21,6 +21,7 @@
"devDependencies": {
"should": "*",
"travis-cov": "*",
"node-patch": "*",
"blanket": "*",
"pedding": "*",
"mocha": "*"
Expand Down

0 comments on commit 65d2607

Please sign in to comment.