Comparing version 1.1.1 to 1.1.2
{ | ||
"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.1.1", | ||
"version": "1.1.2", | ||
"author": "Wil Moore III <wil.moore@wilmoore.com>", | ||
@@ -10,3 +10,3 @@ "bugs": "https://github.com/wilmoore/selectn.js/issues", | ||
"curry2": "^1.0.0", | ||
"debug": "^2.2.0", | ||
"debug": "^2.5.2", | ||
"dotsplit.js": "^1.0.3" | ||
@@ -16,12 +16,12 @@ }, | ||
"browserify-standalone": "^0.3.0", | ||
"dependency-check": "^2.6.0", | ||
"dependency-check": "^2.6.1", | ||
"fixpack": "^2.2.0", | ||
"istanbul": "^0.4.2", | ||
"nodemon": "^1.10.0", | ||
"standard": "^7.1.1", | ||
"nodemon": "^1.11.0", | ||
"standard": "^8.0.0", | ||
"tap-spec": "^4.1.1", | ||
"tape": "^4.0.0", | ||
"tape": "^4.6.3", | ||
"tape-catch": "^1.0.4", | ||
"uglify-js": "^2.7.0", | ||
"zuul": "^3.10.3" | ||
"uglify-js": "^2.7.3", | ||
"zuul": "^3.11.0" | ||
}, | ||
@@ -28,0 +28,0 @@ "homepage": "https://github.com/wilmoore/selectn.js", |
@@ -13,3 +13,3 @@ # selectn | ||
```html | ||
<script src="https://npmcdn.com/selectn/selectn.min.js"></script> | ||
<script src="https://unpkg.com/selectn/selectn.min.js"></script> | ||
``` | ||
@@ -16,0 +16,0 @@ |
52236
Updateddebug@^2.5.2