wildstring
Advanced tools
Comparing version
{ | ||
"name": "wildstring", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Simple String Wildcard Handling", | ||
@@ -5,0 +5,0 @@ "main": "wildstring.js", |
@@ -176,3 +176,3 @@ 'use strict'; | ||
if (typeof(module) !== 'undefined') { module.exports = wildstring; } | ||
if (typeof(angular) !== 'undefined') { angular.module('wildstring', []).factory = wildstring; } | ||
if (typeof(angular) !== 'undefined') { angular.module('wildstring', []).factory('wildstring', function() { return wildstring; }); } | ||
if (typeof(define) !== 'undefined') { define([], wildstring); } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
3198848
0