docpad-plugin-less
Advanced tools
Comparing version 2.9.0 to 2.10.0-next.1603966557.d97047e275252f94c390545f96895d39ef2059ca
# History | ||
## v2.10.0 2020 October 29 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v2.9.0 2020 September 8 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "docpad-plugin-less", | ||
"version": "2.9.0", | ||
"version": "2.10.0-next.1603966557.d97047e275252f94c390545f96895d39ef2059ca", | ||
"description": "Adds support for the LESS CSS pre-processor to DocPad", | ||
@@ -77,3 +77,3 @@ "homepage": "https://github.com/docpad/docpad-plugin-less", | ||
{ | ||
"description": "ESNext source code for Node.js 10 || 12 || 13 || 14 with Require for modules", | ||
"description": "ESNext source code for Node.js 10 || 12 || 14 || 15 with Require for modules", | ||
"directory": "source", | ||
@@ -88,3 +88,3 @@ "entry": "index.js", | ||
"engines": { | ||
"node": "10 || 12 || 13 || 14" | ||
"node": "10 || 12 || 14 || 15" | ||
} | ||
@@ -97,16 +97,16 @@ } | ||
"docpad-baseplugin": "^1.4.0", | ||
"extendr": "^5.15.0", | ||
"extendr": "^5.16.0", | ||
"less": "^3.12.2" | ||
}, | ||
"devDependencies": { | ||
"@bevry/update-contributors": "^1.17.0", | ||
"@bevry/update-contributors": "^1.18.0", | ||
"docpad": "^6.83.2", | ||
"docpad-plugintester": "^1.7.3", | ||
"eslint": "^7.8.1", | ||
"eslint-config-bevry": "^3.22.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint": "^7.12.1", | ||
"eslint-config-bevry": "^3.23.0", | ||
"eslint-config-prettier": "^6.15.0", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"prettier": "^2.1.1", | ||
"projectz": "^2.16.0", | ||
"valid-directory": "^3.4.0" | ||
"prettier": "^2.1.2", | ||
"projectz": "^2.17.0", | ||
"valid-directory": "^3.5.0" | ||
}, | ||
@@ -113,0 +113,0 @@ "peerDependencies": { |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
22222
1
Updatedextendr@^5.16.0