We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fdd7ea commit 5d0ec19Copy full SHA for 5d0ec19
README.md
@@ -11,7 +11,7 @@ General Information
11
12
First you need to add the library to your package.json, you can use the following setting to get the latest version:
13
14
-`"mocha-jenkins-reporter": "0.4.7"`
+`"mocha-jenkins-reporter": "0.4.8"`
15
16
For the actual test run you can add the following to package.json:
17
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mocha-jenkins-reporter",
3
- "version": "0.4.7",
+ "version": "0.4.8",
4
"description": "jenkins reporter for mocha",
5
"main": "index.js",
6
"directories": "./lib",
0 commit comments