poly-js-utils
Advanced tools
Comparing version 0.0.10 to 0.0.11
{ | ||
"name": "poly-js-utils", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "Common client-side tools used in HSS Sites themes and locators.", | ||
"main": "main.js", | ||
"engines": { | ||
"npm": ">=3.0.0" | ||
}, | ||
"scripts": { | ||
@@ -7,0 +10,0 @@ "test": "./node_modules/.bin/gulp test", |
@@ -186,1 +186,3 @@ /************************/ | ||
exports.activate = activate; | ||
exports.renderSuccess = renderSuccess; | ||
exports.renderError = renderError; |
57898
1474