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 187339c commit ec02ab6Copy full SHA for ec02ab6
package.json
@@ -1,8 +1,11 @@
1
{
2
"name": "create-codeceptjs",
3
- "version": "0.1.1",
+ "version": "0.1.2",
4
"description": "Install CodeceptJS with all its dependencies in a single run",
5
"main": "index.js",
6
+ "bin": {
7
+ "create-codeceptjs": "index.js"
8
+ },
9
"scripts": {
10
"test": "echo \"Error: no test specified\" && exit 1",
11
"codecept": "codeceptjs run --steps",
0 commit comments