semver-select
Advanced tools
Comparing version 1.0.1 to 1.1.0
@@ -10,1 +10,6 @@ # Changelog | ||
* README update | ||
## 1.1.0 | ||
* Update semver dependency | ||
* Update dev dependencies |
{ | ||
"name": "semver-select", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "Select an attribute of an object based on semver versioning", | ||
@@ -17,10 +17,10 @@ "main": "./lib/", | ||
"dependencies": { | ||
"semver": "^4.3.6" | ||
"semver": "^5.0.3" | ||
}, | ||
"devDependencies": { | ||
"mocha": "^2.2.4", | ||
"chai": "^2.3.0", | ||
"jshint": "^2.7.0", | ||
"istanbul": "^0.3.14", | ||
"coveralls": "^2.11.2" | ||
"mocha": "^2.3.3", | ||
"chai": "^3.3.0", | ||
"jshint": "^2.8.0", | ||
"istanbul": "^0.3.20", | ||
"coveralls": "^2.11.4" | ||
}, | ||
@@ -27,0 +27,0 @@ "keywords": [ |
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
7229
+ Addedsemver@5.7.2(transitive)
- Removedsemver@4.3.6(transitive)
Updatedsemver@^5.0.3