glesys-api
Advanced tools
Comparing version 2.1.1 to 2.2.0
# Changelog | ||
## 2.2.0 (2016-11-27) | ||
* Supported Node versions are now specified in the `engines` field. | ||
* Tests are run on Node 7. | ||
## 2.1.1 (2016-09-27) | ||
@@ -3,0 +7,0 @@ * `Buffer.from()` is now used when available. |
{ | ||
"name": "glesys-api", | ||
"version": "2.1.1", | ||
"version": "2.2.0", | ||
"description": "Node.js wrapper for the GleSYS API.", | ||
@@ -8,7 +8,7 @@ "main": "lib/glesys.js", | ||
"contributors": [ | ||
{ | ||
"name": "Oskar Risberg", | ||
"email": "kokarn@gmail.com" | ||
} | ||
"Oskar Risberg <kokarn@gmail.com>" | ||
], | ||
"engines": { | ||
"node": ">=4" | ||
}, | ||
"keywords": [ | ||
@@ -29,4 +29,4 @@ "glesys" | ||
"coveralls": "^2.11.4", | ||
"eslint": "^3.0.0", | ||
"eslint-config-jwilsson": "jwilsson/eslint-config", | ||
"eslint": "^3.0.0", | ||
"istanbul": "^0.4.3", | ||
@@ -33,0 +33,0 @@ "mocha": "^3.0.0", |
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
46056