Skip to content

Commit 65d2607

Browse files
committed
Release 0.1.4
1 parent bd1cc67 commit 65d2607

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

History.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11

2+
0.1.4 / 2013-05-21
3+
==================
4+
5+
* use blanket instead of jscover
6+
* fixed spawn test fail on node 0.6
7+
* support emtpy error
8+
29
0.1.3 / 2013-05-05
310
==================
411

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ install:
88

99
test: install
1010
@NODE_ENV=test ./node_modules/mocha/bin/mocha \
11+
--require node-patch \
1112
--reporter $(REPORTER) \
1213
--timeout $(TIMEOUT) \
1314
$(MOCHA_OPTS) \

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mm",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "mock mate, mock http request, fs access and so on.",
55
"main": "index.js",
66
"scripts": {
@@ -21,6 +21,7 @@
2121
"devDependencies": {
2222
"should": "*",
2323
"travis-cov": "*",
24+
"node-patch": "*",
2425
"blanket": "*",
2526
"pedding": "*",
2627
"mocha": "*"

0 commit comments

Comments
 (0)