@lostmyname/components
Advanced tools
Comparing version 1.1.1 to 1.2.0
@@ -105,3 +105,3 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
var isFromContentful = exports.isFromContentful = function isFromContentful(url) { | ||
return url.contails('images.contentful.com'); | ||
return url.search('images.contentful.com') !== -1; | ||
}; | ||
@@ -108,0 +108,0 @@ |
{ | ||
"name": "@lostmyname/components", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"description": "The home of all of Lost My Name's reusable React Components", | ||
@@ -5,0 +5,0 @@ "main": "lib/components.js", |
769566