@retailmenot/common-handlebars-helpers
Advanced tools
Comparing version 0.3.0 to 0.4.0
{ | ||
"name": "@retailmenot/common-handlebars-helpers", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "common, general purpose handlebars helpers used by RetailMeNot applications", | ||
@@ -9,3 +9,3 @@ "license": "MIT", | ||
"Kyle Smith <knksmith57@gmail.com>", | ||
"Luke Zilioli <elzee08@gmail.com>" | ||
"Ray Pierce <ray@digitalpierce.com>" | ||
], | ||
@@ -24,8 +24,8 @@ "repository": { | ||
"devDependencies": { | ||
"handlebars": "^4.0.6", | ||
"handlebars": "^4.0.12", | ||
"mocha": "^5.1.1", | ||
"nyc": "^12.0.2", | ||
"nyc": "^13.2.0", | ||
"should": "^13.2.1", | ||
"standard": "^12.0.0" | ||
"standard": "^12.0.1" | ||
} | ||
} |
6469