parameterize
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -8,3 +8,3 @@ { | ||
"name": "parameterize", | ||
"description": "node.js port of django admin urlify.js", | ||
"description": "This repository adds node.js and npm support for parameterize which is originally used in Ruby on Rails. It replaces special characters in a string so that it may be used as part of a 'pretty' URL.", | ||
"tags": [ | ||
@@ -18,3 +18,3 @@ "urlify", | ||
], | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"repository": { | ||
@@ -21,0 +21,0 @@ "type": "git", |
@@ -36,10 +36,7 @@ node-parameterize | ||
paste in app.configure in app.js before app.use(app.router) | ||
You can implement it as in the example just below in your app.js file so that you can use it in all views. Note that it should be before the line 'app.use(app.router)'. | ||
app.configure | ||
-------------------------------- | ||
```javascript | ||
@@ -46,0 +43,0 @@ app.use(function(req, res, next) { |
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
7770
71