engine-cache
Advanced tools
Comparing version 0.18.0 to 0.18.1
@@ -242,3 +242,3 @@ 'use strict'; | ||
} else { | ||
data = utils.merge({}, locals, helpers); | ||
data = utils.extend({}, locals, helpers); | ||
} | ||
@@ -245,0 +245,0 @@ |
{ | ||
"name": "engine-cache", | ||
"description": "express.js inspired template-engine manager.", | ||
"version": "0.18.0", | ||
"version": "0.18.1", | ||
"homepage": "https://github.com/jonschlinkert/engine-cache", | ||
@@ -20,2 +20,4 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", | ||
"index.js", | ||
"LICENSE", | ||
"README.md", | ||
"utils.js" | ||
@@ -31,3 +33,3 @@ ], | ||
"dependencies": { | ||
"async-helpers": "^0.3.8", | ||
"async-helpers": "^0.3.9", | ||
"extend-shallow": "^2.0.1", | ||
@@ -112,5 +114,7 @@ "helper-cache": "^0.7.2", | ||
"reflinks": [ | ||
"verb" | ||
"verb", | ||
"helper-cache", | ||
"verb-readme-generator" | ||
] | ||
} | ||
} | ||
} |
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
14358
Updatedasync-helpers@^0.3.9