Comparing version 0.4.2 to 0.4.3
@@ -1,2 +0,5 @@ | ||
### 0.4.2 (SNAPSHOT) | ||
### 0.4.3 (SNAPSHOT) | ||
* Add mocha test option | ||
### 0.4.2 | ||
* Fix broken ssh-* targets | ||
@@ -3,0 +6,0 @@ |
@@ -28,3 +28,4 @@ { | ||
"BOB_TEST_BIN": { | ||
"default": "node_modules/vows/bin/vows" | ||
"default": "node_modules/vows/bin/vows", | ||
"mocha": "node_modules/mocha/bin/mocha" | ||
}, | ||
@@ -35,2 +36,4 @@ "BOB_TEST_FILES": { | ||
"BOB_TEST_OPTS": { | ||
"default": "--spec", | ||
"mocha": "--reporter spec" | ||
}, | ||
@@ -41,3 +44,4 @@ "BOB_COVERAGE_BIN": { | ||
"BOB_COVERAGE_TESTBIN": { | ||
"default": "node_modules/vows/bin/vows" | ||
"default": "node_modules/vows/bin/vows", | ||
"mocha": "node_modules/mocha/bin/mocha" | ||
}, | ||
@@ -48,2 +52,4 @@ "BOB_COVERAGE_FILES": { | ||
"BOB_COVERAGE_OPTS": { | ||
"default": "--silent --cover-plain", | ||
"mocha": "--reporter html-cov" | ||
}, | ||
@@ -50,0 +56,0 @@ "BOB_DOC_BIN": { |
@@ -13,8 +13,6 @@ { | ||
"test": { | ||
"opts": "--spec" | ||
}, | ||
"coverage": { | ||
"opts": "--silent --cover-plain" | ||
} | ||
} | ||
} |
@@ -13,3 +13,3 @@ { | ||
], | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"homepage": "http://github.com/cliffano/bob", | ||
@@ -38,2 +38,3 @@ "author": "Cliffano Subagio <blah@cliffano.com> (http://blog.cliffano.com)", | ||
"jshint": "0.5.7", | ||
"mocha": "1.0.3", | ||
"ndoc": "1.0.7", | ||
@@ -40,0 +41,0 @@ "nodelint": "0.5.2", |
Sorry, the diff of this file is not supported yet
48641
1057
11
+ Addedmocha@1.0.3
+ Addedcommander@0.5.2(transitive)
+ Addeddebug@4.4.0(transitive)
+ Addeddiff@1.0.2(transitive)
+ Addedgrowl@1.5.1(transitive)
+ Addedjade@0.20.3(transitive)
+ Addedmocha@1.0.3(transitive)
+ Addedms@2.1.3(transitive)