Skip to content

Commit

Permalink
Version bump to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dhershman1 committed Dec 30, 2020
1 parent 9ff3fec commit 2a40bec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
7 changes: 1 addition & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tap-junit",
"version": "4.0.0",
"version": "4.1.0",
"description": "Silly small, silly easy junit output formatter for tap.",
"main": "src/index.js",
"bin": {
Expand All @@ -15,6 +15,7 @@
"test:nontape": "cross-env bin/tap-junit --output output/test --name nontape.xml < tests/non-tape.tap",
"test:nooutput": "tape tests/pass.js | cross-env bin/tap-junit",
"test:skip": "tape tests/skip.js | bin/tap-junit -o output/test -n skip",
"test:jtap": "bin/tap-junit -o output -n dependencies.xml -i tests/j-tap.tap -c jenkins-deps",
"tape": "tape tests/pass.js",
"tapx": "bin/tap-junit -i tests/tapX.tap -o output/test -n tapx",
"bat": "bin/tap-junit -i tests/bats-1.0.0.txt -o output/test -n bat -p",
Expand Down Expand Up @@ -47,7 +48,6 @@
"dependencies": {
"minimist": "1.2.5",
"tap-parser": "10.1.0",
"xmlbuilder": "15.1.0",
"xmlbuilder2": "2.4.0"
},
"devDependencies": {
Expand Down

0 comments on commit 2a40bec

Please sign in to comment.