inflection
Advanced tools
Comparing version 1.3.0 to 1.3.1
# History | ||
## 1.3.1 / 2013-12-12 | ||
- [refactoring] Support `Requirejs` | ||
## 1.3.0 / 2013-12-11 | ||
@@ -4,0 +10,0 @@ |
@@ -622,8 +622,22 @@ /*! | ||
if( typeof exports === 'undefined' ) return root.inflection = inflector; | ||
/** | ||
* @public | ||
*/ | ||
inflector.version = '1.3.0'; | ||
inflector.version = '1.3.1'; | ||
// browser support | ||
// requirejs | ||
if( typeof define !== 'undefined' ){ | ||
return define( function ( require, exports, module ){ | ||
module.exports = inflector; | ||
}); | ||
} | ||
// browser support | ||
// normal usage | ||
if( typeof exports === 'undefined' ){ | ||
root.inflection = inflector; | ||
return; | ||
} | ||
/** | ||
@@ -630,0 +644,0 @@ * Exports module. |
{ | ||
"name" : "inflection", | ||
"version" : "1.3.0", | ||
"version" : "1.3.1", | ||
"description": "A port of inflection-js to node.js module", | ||
@@ -5,0 +5,0 @@ "keywords" : [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40384
6
592