mongoose-url-slugs
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -9,3 +9,3 @@ { | ||
"description": "Create URL compatiable slugs on mongoose models, ensuring uniqueness.", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"keywords": [ | ||
@@ -12,0 +12,0 @@ "mongoose slugs", |
@@ -16,3 +16,3 @@ # Mongoose URL Slugs | ||
### Example 1: Uploading local file with callback. | ||
### Example 1: Using default options and merging 2 fields for slug generation. | ||
@@ -33,3 +33,3 @@ ```js | ||
### Example 2: Uploading local file without callback. | ||
### Example 2: Using 'myslug' key for storing slug. | ||
@@ -65,3 +65,3 @@ ```js | ||
## History | ||
* v0.0.2 (2014-06-09) -- Initial release. | ||
* v0.0.3 (2014-06-09) -- Initial release. | ||
@@ -68,0 +68,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
7039