inflection
Advanced tools
Comparing version 1.3.2 to 1.3.3
# History | ||
## 1.3.3 / 2014-01-22 | ||
- [update packages] should->3.0.1 | ||
- Added brower.json | ||
## 1.3.2 / 2013-12-12 | ||
@@ -4,0 +10,0 @@ |
@@ -27,4 +27,4 @@ /*! | ||
var p=q[o].substring(q[o].length-1);var l="th";if(r!="11"&&r!="12"&&r!="13"){if(p==="1"){l="st";}else{if(p==="2"){l="nd";}else{if(p==="3"){l="rd";}}}}q[o]+=l; | ||
}}return q.join(" ");},transform:function(o,l){var n=0;var m=l.length;for(;n<m;n++){var p=l[n];if(this.hasOwnProperty(p)){o=this[p](o);}}return o;}};b.version="1.3.1"; | ||
}}return q.join(" ");},transform:function(o,l){var n=0;var m=l.length;for(;n<m;n++){var p=l[n];if(this.hasOwnProperty(p)){o=this[p](o);}}return o;}};b.version="1.3.3"; | ||
if(typeof define!=="undefined"){return define(function(m,l,n){n.exports=b;});}if(typeof exports==="undefined"){i.inflection=b;return;}module.exports=b; | ||
})(this); | ||
})(this); |
@@ -625,3 +625,3 @@ /*! | ||
*/ | ||
inflector.version = '1.3.1'; | ||
inflector.version = '1.3.3'; | ||
@@ -628,0 +628,0 @@ // browser support |
{ | ||
"name" : "inflection", | ||
"version" : "1.3.2", | ||
"version" : "1.3.3", | ||
"description": "A port of inflection-js to node.js module", | ||
@@ -15,3 +15,5 @@ "keywords" : [ | ||
{ "name": "Lance Pollard", "email": "lancejpollard@gmail.com" }, | ||
{ "name": "brandondewitt" } | ||
{ "name": "brandondewitt" }, | ||
{ "name": "luk3thomas" }, | ||
{ "name": "Marcel Klehr" } | ||
], | ||
@@ -21,3 +23,3 @@ "dependencies" : {}, | ||
"node.flow": "1.2.3", | ||
"should" : "2.1.1" | ||
"should" : "3.0.1" | ||
}, | ||
@@ -33,3 +35,6 @@ "main" : "./lib/inflection.js", | ||
"url" : "http://en.wikipedia.org/wiki/MIT_License" | ||
}] | ||
}], | ||
"scripts": { | ||
"test" : "node test/run.js" | ||
} | ||
} |
@@ -413,2 +413,3 @@ # inflection | ||
- luk3thomas | ||
- Marcel Klehr | ||
@@ -415,0 +416,0 @@ |
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
42206
8
653
440