We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3185f76 commit e647652Copy full SHA for e647652
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "create-codeceptjs",
3
- "version": "1.0.3",
+ "version": "1.0.4",
4
"description": "Install CodeceptJS with all its dependencies in a single run",
5
"main": "index.js",
6
"bin": {
@@ -38,5 +38,9 @@
38
"codeceptjs": "3.5.11",
39
"playwright": "1.40.1"
40
},
41
- "files": ["index.js", "LICENSE", "Readme.md"]
+ "files": [
42
+ "index.js",
43
+ "LICENSE",
44
+ "Readme.md"
45
+ ]
46
}
0 commit comments