Comparing version 1.1.1 to 1.1.2
# History | ||
## 1.1.2 (2015-09-09) | ||
* Support Node.js 4.0 | ||
## 1.1.1 (2015-09-08) | ||
@@ -5,0 +9,0 @@ |
{ | ||
"name": "hasbin", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
@@ -22,3 +22,3 @@ "description": "Check whether a binary exists in the PATH environment variable", | ||
"engines": { | ||
"node": ">=0.10" | ||
"node": ">=0.10 <=4" | ||
}, | ||
@@ -25,0 +25,0 @@ "dependencies": { |
@@ -9,3 +9,2 @@ | ||
[![Node.js version support][shield-node]][info-node] | ||
[![io.js version support][shield-iojs]][info-iojs] | ||
[![Build status][shield-build]][info-build] | ||
@@ -179,3 +178,2 @@ [![Dependencies][shield-dependencies]][info-dependencies] | ||
[info-dependencies]: https://gemnasium.com/nature/hasbin | ||
[info-iojs]: package.json | ||
[info-license]: LICENSE | ||
@@ -186,6 +184,5 @@ [info-node]: package.json | ||
[shield-dependencies]: https://img.shields.io/gemnasium/nature/hasbin.svg | ||
[shield-iojs]: https://img.shields.io/badge/io.js%20support-latest-brightgreen.svg | ||
[shield-license]: https://img.shields.io/badge/license-MIT-blue.svg | ||
[shield-node]: https://img.shields.io/node/v/hasbin.svg?label=node.js+support | ||
[shield-node]: https://img.shields.io/badge/node.js%20support-0.10–4.0-brightgreen.svg | ||
[shield-npm]: https://img.shields.io/npm/v/hasbin.svg | ||
[shield-build]: https://img.shields.io/travis/nature/hasbin/master.svg |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21932
186