Skip to content

Commit ec02ab6

Browse files
Mykhailo BodnarchukMykhailo Bodnarchuk
Mykhailo Bodnarchuk
authored and
Mykhailo Bodnarchuk
committed
added binary to package.json
1 parent 187339c commit ec02ab6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
22
"name": "create-codeceptjs",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Install CodeceptJS with all its dependencies in a single run",
55
"main": "index.js",
6+
"bin": {
7+
"create-codeceptjs": "index.js"
8+
},
69
"scripts": {
710
"test": "echo \"Error: no test specified\" && exit 1",
811
"codecept": "codeceptjs run --steps",

0 commit comments

Comments
 (0)