Skip to content

Commit cd773a2

Browse files
author
Caolan McMahon
authored
Merge pull request #356 from brodybits/tap-12
Use tap@12
2 parents ec2ea88 + 98f5a33 commit cd773a2

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
language: node_js
2+
23
node_js:
34
- "stable"
5+
- "10"
6+
- "8"
7+
- "6.14"
48
- "6.5"
59
- "6.4"
610
- "6.3"
711
- "5.12"
12+
- "4.9"
813
- "4.4"
914
- "0.12"

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ but given how many other great options there are out there, a benefit of letting
2020
choosing a testing solution. *You are strongly encouraged to check out other more modern testing options.*
2121

2222

23-
__Features__
23+
Features
24+
--------
2425

2526
* Simple to use
2627
* Just export the tests from a module
@@ -30,7 +31,8 @@ __Features__
3031
* Flexible reporters for custom output, built-in support for HTML and jUnit XML
3132
* Allows the use of mocks and stubs
3233

33-
__Contributors__
34+
Contributors
35+
------------
3436

3537
* [alexgorbatchev](https://github.com/alexgorbatchev)
3638
* [alexkwolfe](https://github.com/alexkwolfe)

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodeunit",
3-
"version": "0.11.2",
3+
"version": "0.11.3",
44
"description": "Easy unit testing for node.js and the browser.",
55
"maintainers": [
66
{
@@ -80,7 +80,7 @@
8080
},
8181
"dependencies": {
8282
"ejs": "^2.5.2",
83-
"tap": "^10.0.2"
83+
"tap": "^12.0.1"
8484
},
8585
"scripts": {
8686
"test": "node ./bin/nodeunit"

0 commit comments

Comments
 (0)