Skip to content

Commit de25600

Browse files
.
1 parent dffdf6f commit de25600

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
{
22
"name": "react-modern-library-cli",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "CLI for easily bootstrapping modern react libraries",
55
"main": "index.js",
66
"license": "MIT",
7+
"bin": {
8+
"react-modern-library-cli": "index.js"
9+
},
710
"dependencies": {
811
"consolidate": "^0.15.0",
912
"cp-file": "^5.0.0",

0 commit comments

Comments
 (0)