Skip to content

Commit

Permalink
0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Apr 24, 2022
1 parent 5b36506 commit 53ceb2a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "jest-light-runner",
"version": "0.1.2",
"version": "0.1.3",
"description": "A Jest runner that runs tests directly in bare Node.js, without virtualizing the environment.",
"author": "Nicolò Ribaudo (https://github.com/nicolo-ribaudo)",
"type": "module",
Expand Down Expand Up @@ -30,5 +30,7 @@
"node": ">=12.20.0"
},
"license": "MIT",
"files": ["src"]
"files": [
"src"
]
}

0 comments on commit 53ceb2a

Please sign in to comment.