docpad-plugin-less
Advanced tools
Comparing version 2.7.1 to 2.8.0-next.1599556434.c848a81d0f89e15f484291241f33cba877c4886d
# History | ||
## v2.8.0 2020 September 8 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v2.7.1 2020 August 13 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "docpad-plugin-less", | ||
"version": "2.7.1", | ||
"version": "2.8.0-next.1599556434.c848a81d0f89e15f484291241f33cba877c4886d", | ||
"description": "Adds support for the LESS CSS pre-processor to DocPad", | ||
@@ -81,2 +81,3 @@ "homepage": "https://github.com/docpad/docpad-plugin-less", | ||
"tags": [ | ||
"source", | ||
"javascript", | ||
@@ -95,17 +96,20 @@ "esnext", | ||
"docpad-baseplugin": "^1.4.0", | ||
"extendr": "^5.13.0", | ||
"extendr": "^5.15.0", | ||
"less": "^3.12.2" | ||
}, | ||
"devDependencies": { | ||
"@bevry/update-contributors": "^1.15.0", | ||
"docpad": "^6.83.1", | ||
"docpad-plugintester": "^1.7.1", | ||
"eslint": "^7.6.0", | ||
"eslint-config-bevry": "^3.18.0", | ||
"@bevry/update-contributors": "^1.17.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-plugin-prettier": "^3.1.4", | ||
"prettier": "^2.0.5", | ||
"projectz": "^2.13.0", | ||
"valid-directory": "^3.0.0" | ||
"prettier": "^2.1.1", | ||
"projectz": "^2.16.0", | ||
"valid-directory": "^3.4.0" | ||
}, | ||
"peerDependencies": { | ||
"docpad": "^6.83.2" | ||
}, | ||
"scripts": { | ||
@@ -124,3 +128,4 @@ "our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next", | ||
"our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"", | ||
"our:setup": "npm run our:setup:install", | ||
"our:setup": "npm run our:setup:dpt && npm run our:setup:install", | ||
"our:setup:dpt": "cd test && npm install && cd ..", | ||
"our:setup:install": "npm install", | ||
@@ -127,0 +132,0 @@ "our:test": "npm run our:verify && npm test", |
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
21824
7
4
1
Updatedextendr@^5.15.0