Skip to content

Commit 5ac721f

Browse files
author
Kent C. Dodds
committed
fix package.json
1 parent baf1668 commit 5ac721f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
"name": "kcd-scripts",
33
"version": "0.0.0-semantically-released",
44
"description": "CLI for common scripts for my projects",
5-
"main": "dist/index.js",
65
"engines": {
7-
"node": "> 4",
8-
"npm": "> 3"
6+
"node": ">= 8",
7+
"npm": ">= 5"
8+
},
9+
"bin": {
10+
"kcd-scripts": "dist/index.js"
911
},
1012
"scripts": {
1113
"start": "nps",

0 commit comments

Comments
 (0)