Skip to content

Commit

Permalink
Merge pull request #43 from andi5/fix-node-semver
Browse files Browse the repository at this point in the history
Fix semver spec of node engine for compatibility with yarn
  • Loading branch information
cliffano committed Oct 13, 2016
2 parents 44ea105 + 90bbff8 commit 92c2f6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@
},
"scripts": {},
"engines": {
"node": "'>= 4.0.0'"
"node": ">= 4.0.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/cliffano/nestor/raw/master/LICENSE"
}
]
}
}

0 comments on commit 92c2f6b

Please sign in to comment.