inflection
Advanced tools
Comparing version 1.7.1 to 1.7.2
# History | ||
## 1.7.2 / 2015-10-11 | ||
- [update packages] mocha->2.3.3, should->7.1.0 | ||
## 1.7.1 / 2015-03-25 | ||
@@ -4,0 +9,0 @@ - [bug fix] `woman` plural & singular form |
{ | ||
"name" : "inflection", | ||
"version" : "1.7.1", | ||
"version" : "1.7.2", | ||
"description": "A port of inflection-js to node.js module", | ||
@@ -30,4 +30,4 @@ "keywords" : [ | ||
"devDependencies": { | ||
"mocha" : "2.2.1", | ||
"should": "5.2.0" | ||
"mocha" : "2.3.3", | ||
"should": "7.1.0" | ||
}, | ||
@@ -40,6 +40,3 @@ "main" : "./lib/inflection.js", | ||
"engines" : [ "node >= 0.4.0" ], | ||
"licenses": [{ | ||
"type": "MIT", | ||
"url" : "http://en.wikipedia.org/wiki/MIT_License" | ||
}], | ||
"license": "MIT", | ||
"scripts": { | ||
@@ -46,0 +43,0 @@ "test" : "mocha -R spec" |
@@ -26,2 +26,8 @@ # inflection | ||
## Meteor Support | ||
Checkout [Meteor Inflector](https://github.com/katrotz/meteor-inflector) from [Veaceslav Cotruta](https://github.com/katrotz) | ||
## Installation | ||
@@ -28,0 +34,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
57515
504