Comparing version 1.0.21 to 1.0.22
# Change Log | ||
All notable changes to this project will be documented in this file (keepachangelog.com). | ||
## 1.0.19 - 2016-07-13 | ||
## 1.0.22 - 2016-07-13 | ||
### Changed | ||
- Updated `depedency-check`, `uglify`, and `standard` to latest versions per greenkeeper. | ||
## 1.0.21 - 2016-07-13 | ||
### Added | ||
@@ -6,0 +10,0 @@ - Add `debug` logging. |
{ | ||
"name": "selectn", | ||
"description": "Curried property accessor function that resolves deeply-nested object properties via dot/bracket-notation string path while mitigating TypeErrors via friendly and composable API.", | ||
"version": "1.0.21", | ||
"version": "1.0.22", | ||
"author": "Wil Moore III <wil.moore@wilmoore.com>", | ||
@@ -15,11 +15,11 @@ "bugs": "https://github.com/wilmoore/selectn.js/issues", | ||
"browserify-standalone": "^0.3.0", | ||
"dependency-check": "^2.4.0", | ||
"dependency-check": "^2.5.2", | ||
"fixpack": "^2.2.0", | ||
"istanbul": "^0.4.2", | ||
"nodemon": "^1.3.7", | ||
"standard": "^7.0.0", | ||
"standard": "^7.1.1", | ||
"tap-spec": "^4.1.1", | ||
"tape": "^4.0.0", | ||
"tape-catch": "^1.0.4", | ||
"uglify-js": "^2.6.1", | ||
"uglify-js": "^2.7.0", | ||
"zuul": "^3.10.1" | ||
@@ -26,0 +26,0 @@ }, |
51979