Skip to content

Commit

Permalink
Merge pull request #81 from silverwind/patch-1
Browse files Browse the repository at this point in the history
use valid semver range for `engine`
  • Loading branch information
contra committed Jul 23, 2015
2 parents 65090b8 + 69090c4 commit c7887c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -42,7 +42,7 @@
"coveralls": "istanbul cover _mocha && istanbul-coveralls"
},
"engines": {
"node": ">= 0.10"
"node": ">=0.10"
},
"license": "MIT"
}

0 comments on commit c7887c1

Please sign in to comment.