Skip to content

Commit aa52121

Browse files
committed
1.1.3
1 parent 924ce01 commit aa52121

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-chayns-app",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"private": false,
55
"description": "Create a new chayns® development project in one command.",
66
"keywords": [
@@ -24,7 +24,9 @@
2424
"email": "[email protected]"
2525
},
2626
"main": "index.js",
27-
"bin": "dist/index.js",
27+
"bin": {
28+
"create-chayns-app": "dist/index.js"
29+
},
2830
"scripts": {
2931
"build": "ncc build src/index.js -o dist -m",
3032
"format": "prettier . --ignore-path .gitignore --write",

0 commit comments

Comments
 (0)