core-functions
Advanced tools
Comparing version 3.0.6 to 3.0.7
{ | ||
"name": "core-functions", | ||
"version": "3.0.6", | ||
"version": "3.0.7", | ||
"description": "Core functions, utilities and classes for working with Node/JavaScript primitives and built-in objects, including strings, booleans, Promises, base 64, Arrays, Objects, standard AppErrors, etc.", | ||
@@ -13,3 +13,6 @@ "author": "Byron du Preez", | ||
}, | ||
"devDependencies": { | ||
"tape": "^4.7.0" | ||
}, | ||
"repository": "https://github.com/byron-dupreez/core-functions" | ||
} |
@@ -1,2 +0,2 @@ | ||
# core-functions v3.0.6 | ||
# core-functions v3.0.7 | ||
@@ -167,2 +167,5 @@ Core functions, utilities and classes for working with Node/JavaScript primitives and built-in objects, including | ||
### 3.0.7 | ||
- Moved test devDependencies to package.json & removed test/package.json | ||
### 3.0.6 | ||
@@ -169,0 +172,0 @@ - Changed `engines.node` to `>=6.10` in`test/package.json` |
445
916225
1
43