Skip to content

Commit e17075b

Browse files
skratchdotSimenB
authored andcommitted
fix: add missing files to package (#18)
1 parent c0daf4b commit e17075b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
22
"name": "create-jest-runner",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"main": "build/index.js",
55
"author": "Rogelio Guzman <[email protected]>",
66
"description": "A simple way of creating a Jest runner",
77
"license": "MIT",
88
"repository": "https://github.com/rogeliog/create-jest-runner.git",
99
"homepage": "https://github.com/rogeliog/create-jest-runner",
1010
"files": [
11-
"build/"
11+
"build/",
12+
"generator/"
1213
],
1314
"scripts": {
1415
"test": "jest",

0 commit comments

Comments
 (0)