docpad-plugin-cleanurls
Advanced tools
Comparing version 2.1.0 to 2.2.0
@@ -18,3 +18,11 @@ // Generated by CoffeeScript 1.3.3 | ||
CleanUrlsPlugin.prototype.docpadReady = function(opts) { | ||
CleanUrlsPlugin.prototype.config = { | ||
environments: { | ||
"static": { | ||
enabled: false | ||
} | ||
} | ||
}; | ||
CleanUrlsPlugin.prototype.extendCollections = function(opts) { | ||
var database, docpad; | ||
@@ -21,0 +29,0 @@ docpad = this.docpad; |
{ | ||
"name": "docpad-plugin-cleanurls", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "Adds support for clean urls to DocPad", | ||
@@ -28,3 +28,3 @@ "homepage": "https://github.com/bevry/docpad-extras", | ||
"node": ">=0.4.0", | ||
"docpad": ">=6.1.1 <7.0.0" | ||
"docpad": ">=6.3.0 <7.0.0" | ||
}, | ||
@@ -31,0 +31,0 @@ "dependencies": {}, |
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
4728
90