tema-design
Advanced tools
Comparing version 2.2.3 to 2.2.4
@@ -8,1 +8,7 @@ if (typeof global.NodeList.prototype.forEach === 'undefined') { | ||
} | ||
if (typeof global.String.prototype.includes === 'undefined') { | ||
global.String.prototype.includes = function (str) { | ||
return this.indexOf(str) >= -1 | ||
} | ||
} |
{ | ||
"name": "tema-design", | ||
"version": "2.2.3", | ||
"version": "2.2.4", | ||
"description": "Design system source used into tema ui's", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
85659
250