Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "extes", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A tiny library that extends native js with some handy tools", | ||
@@ -5,0 +5,0 @@ "main": "index.mjs", |
@@ -10,3 +10,3 @@ /** | ||
Object.defineProperties(String, { | ||
Object.defineProperties(String.prototype, { | ||
lowerCase:{ | ||
@@ -13,0 +13,0 @@ get:function() { |
20451