Comparing version 0.2.1 to 0.2.2
@@ -0,1 +1,5 @@ | ||
## 0.2.2 (19th March, 2012) | ||
* node 0.7 compatibility | ||
## 0.2.1 (19th March, 2012) | ||
@@ -2,0 +6,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"keywords": ["inflect", "activerecord", "rails", "activesupport", "string"], | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"author": "Stefan Huber <MSNexploder@gmail.com>", | ||
@@ -28,11 +28,11 @@ "homepage": "http://msnexploder.github.com/inflect/", | ||
"engines": { | ||
"node": ">= 0.4 <= 0.6" | ||
"node": ">=0.4" | ||
}, | ||
"devDependencies": { | ||
"coffee-script": ">= 1.2.0 < 2.0.0", | ||
"docco": ">= 0.3.0 < 0.4.0", | ||
"vows": ">= 0.6.2 < 0.7.0", | ||
"browserify": ">= 1.10.4 < 1.11.0", | ||
"fileify": ">= 0.3.1 < 0.4.0", | ||
"uglify-js": ">= 1.2.6 < 1.3.0" | ||
"coffee-script": "~1.2.0", | ||
"docco": "~0.3.0", | ||
"vows": "~0.6.2", | ||
"browserify": "~1.10.4", | ||
"fileify": "~0.3.1", | ||
"uglify-js": "~1.2.6" | ||
}, | ||
@@ -39,0 +39,0 @@ "repository": { |
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
279988