Skip to content

Commit

Permalink
Specify minimum node version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejestes committed Jun 27, 2016
1 parent 4e2f243 commit fc2fe99
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
@@ -1,8 +1,8 @@
{
"name": "service-call",
"version": "0.6.0",
"description": "DNS Service discover and HTTP request helper.",
"main": "index.js",
"description": "DNS service discovery and HTTP request helper.",
"main": "src/index.js",
"scripts": {
"coverage": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec ./test/*",
"lint": "eslint src test",
Expand All @@ -14,6 +14,9 @@
"type": "git",
"url": "github.com/pricewaiter/service-call"
},
"engines": {
"node": ">= 4.0.0"
},
"keywords": [
"service",
"discovery",
Expand Down

0 comments on commit fc2fe99

Please sign in to comment.