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 c0daf4b commit e17075bCopy full SHA for e17075b
package.json
@@ -1,14 +1,15 @@
1
{
2
"name": "create-jest-runner",
3
- "version": "0.5.2",
+ "version": "0.5.3",
4
"main": "build/index.js",
5
"author": "Rogelio Guzman <[email protected]>",
6
"description": "A simple way of creating a Jest runner",
7
"license": "MIT",
8
"repository": "https://github.com/rogeliog/create-jest-runner.git",
9
"homepage": "https://github.com/rogeliog/create-jest-runner",
10
"files": [
11
- "build/"
+ "build/",
12
+ "generator/"
13
],
14
"scripts": {
15
"test": "jest",
0 commit comments