Skip to content

Commit

Permalink
0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pakastin committed May 29, 2024
1 parent deaf063 commit ba51ee8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "teston",
"version": "0.8.0",
"version": "0.9.0",
"description": "Similar to tape, but vanilla JS and ES module support",
"type": "module",
"main": "src/teston.js",
Expand All @@ -22,7 +22,13 @@
"type": "git",
"url": "git+https://github.com/testonjs/teston.git"
},
"keywords": ["test", "runner", "tape", "tap", "javascript"],
"keywords": [
"test",
"runner",
"tape",
"tap",
"javascript"
],
"bugs": {
"url": "https://github.com/testonjs/teston/issues"
},
Expand Down

0 comments on commit ba51ee8

Please sign in to comment.