Skip to content
This repository has been archived by the owner on May 27, 2019. It is now read-only.

Commit

Permalink
Describe new requirement in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-sokolov committed Nov 2, 2016
1 parent ae7f6e7 commit 11d0bb2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "Deploy your dotfiles",
"bin": "src/bin/index.js",
"main": "src/index.js",
"engines": {
"node" : ">=4"
},
"dependencies": {
"argparse": "^1.0.2",
"async": "^2.0.1",
Expand Down

0 comments on commit 11d0bb2

Please sign in to comment.