docpad-plugin-combiner
Advanced tools
Comparing version 2.0.7 to 2.0.8
{ | ||
"name": "docpad-plugin-combiner", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"description": "A Docpad plugin that adds the ability to combine parts to create a final master file", | ||
@@ -27,7 +27,7 @@ "homepage": "https://github.com/pflannery/docpad-plugin-combiner", | ||
"node": ">=0.8", | ||
"docpad": ">=6.46 <=6.54.10" | ||
"docpad": ">=6.46" | ||
}, | ||
"devDependencies": { | ||
"coffee-script": ">=1.6", | ||
"docpad": ">=6.46 <=6.54.10" | ||
"docpad": ">=6.46" | ||
}, | ||
@@ -34,0 +34,0 @@ "main": "./out/combiner.plugin.js", |
@@ -57,6 +57,7 @@ # Combiner Plugin for [DocPad](http://docpad.org) | ||
collectionName: "combineOut" | ||
# default sort comparator, for more info on comparators see [Query Engine Guide](http://bevry.me/queryengine/guide) | ||
# default sort comparator | ||
comparator: [filename: 1] | ||
``` | ||
For more info on the **sort comparator** see [Query Engine Guide](http://bevry.me/queryengine/guide) | ||
## License | ||
@@ -63,0 +64,0 @@ Licensed under the incredibly [permissive](http://en.wikipedia.org/wiki/Permissive_free_software_licence) [MIT License](http://creativecommons.org/licenses/MIT/) |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
66
9554
1