docpad-plugin-autoprefix
Advanced tools
Comparing version 2.3.0 to 2.4.0-next.1599457668.ff715ff311d982ab62a3b3fc014add1097996a5e
# History | ||
## v2.4.0 2020 September 7 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v2.3.0 2020 August 5 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "docpad-plugin-autoprefix", | ||
"version": "2.3.0", | ||
"version": "2.4.0-next.1599457668.ff715ff311d982ab62a3b3fc014add1097996a5e", | ||
"description": "Add browser/vendor prefixes to your stylesheets automatically, so you don't have to!", | ||
@@ -78,2 +78,3 @@ "homepage": "https://github.com/docpad/docpad-plugin-autoprefix", | ||
"tags": [ | ||
"source", | ||
"javascript", | ||
@@ -95,13 +96,16 @@ "esnext", | ||
"devDependencies": { | ||
"@bevry/update-contributors": "^1.15.0", | ||
"@bevry/update-contributors": "^1.17.0", | ||
"docpad": "^6.83.1", | ||
"docpad-plugintester": "^1.6.2", | ||
"eslint": "^7.6.0", | ||
"eslint-config-bevry": "^3.18.0", | ||
"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": "^2.8.0" | ||
"prettier": "^2.1.1", | ||
"projectz": "^2.16.0", | ||
"valid-directory": "^3.4.0" | ||
}, | ||
"peerDependencies": { | ||
"docpad": "^6.83.1" | ||
}, | ||
"scripts": { | ||
@@ -120,3 +124,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", | ||
@@ -123,0 +128,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
16406
7
3
1