Skip to content

Commit

Permalink
fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Kent C. Dodds committed Sep 4, 2017
1 parent baf1668 commit 5ac721f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
"name": "kcd-scripts",
"version": "0.0.0-semantically-released",
"description": "CLI for common scripts for my projects",
"main": "dist/index.js",
"engines": {
"node": "> 4",
"npm": "> 3"
"node": ">= 8",
"npm": ">= 5"
},
"bin": {
"kcd-scripts": "dist/index.js"
},
"scripts": {
"start": "nps",
Expand Down

0 comments on commit 5ac721f

Please sign in to comment.