praetorian
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -0,2 +1,4 @@ | ||
## **0.2.1** | ||
Bumped lodash version to 4.5.1 | ||
## **0.2.0** | ||
[**#12**](https://github.com/Shortbreaks/praetorian/issues/12) Allow basic arrays for type `array` | ||
[**#12**](https://github.com/Shortbreaks/praetorian/issues/12) Allow basic arrays for type `array` |
{ | ||
"name": "praetorian", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "A structured JSON parser and validator", | ||
@@ -12,3 +12,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"lodash": "2.4.0" | ||
"lodash": "4.13.1" | ||
}, | ||
@@ -15,0 +15,0 @@ "devDependencies": { |
30925
+ Addedlodash@4.13.1(transitive)
- Removedlodash@2.4.0(transitive)
Updatedlodash@4.13.1