Skip to content

Commit

Permalink
fix: package.engines shows incorrect versions and is supposed to be a…
Browse files Browse the repository at this point in the history
…n object
  • Loading branch information
paulmelnikow authored and gr2m committed Dec 23, 2018
1 parent 743102a commit 0c4edd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -16,9 +16,9 @@
"bugs": {
"url": "http://github.com/nock/nock/issues"
},
"engines": [
"node >= 4.0"
],
"engines": {
"node": ">= 6.0"
},
"main": "./index",
"dependencies": {
"chai": "^4.1.2",
Expand Down

0 comments on commit 0c4edd6

Please sign in to comment.