Comparing version 0.8.7 to 0.8.8
@@ -0,1 +1,11 @@ | ||
<a name="0.8.8"></a> | ||
## [0.8.8](https://github.com/boosterfuels/archetype/compare/v0.8.7...v0.8.8) (2019-01-30) | ||
### Bug Fixes | ||
* remove leftover reference to lodash ([34c6519](https://github.com/boosterfuels/archetype/commit/34c6519)) | ||
<a name="0.8.7"></a> | ||
@@ -2,0 +12,0 @@ ## [0.8.7](https://github.com/boosterfuels/archetype/compare/v0.8.6...v0.8.7) (2019-01-29) |
{ | ||
"name": "archetype", | ||
"version": "0.8.7", | ||
"version": "0.8.8", | ||
"author": "Valeri Karpov <val@boosterfuels.com>", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
'use strict'; | ||
const _ = require('lodash'); | ||
const cloneDeep = require('lodash.clonedeep'); | ||
@@ -5,0 +4,0 @@ const get = require('./get'); |
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
39073
699