@alexasselin/postcss-plugin1
Advanced tools
Comparing version 1.1.0 to 1.2.0
# @alexasselin/postcss-plugin1 | ||
## 1.2.0 | ||
### Minor Changes | ||
- a2a75a3: Updated documentation for all the packages, and renamed the typescript configs | ||
## 1.1.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@alexasselin/postcss-plugin1", | ||
"author": "Groupe Sharegate inc.", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Sharegate recommended typescript config.", | ||
@@ -25,3 +25,3 @@ "publishConfig": { | ||
"build": "tsc", | ||
"clean": "rimraf dist" | ||
"clean": "rimraf dist node_modules" | ||
}, | ||
@@ -34,3 +34,3 @@ "dependencies": { | ||
"peerDependencies": { | ||
"postcss": "^8.0.0" | ||
"postcss": ">=8.4.6" | ||
}, | ||
@@ -40,4 +40,4 @@ "devDependencies": { | ||
"@types/postcss-flexbugs-fixes": "4.2.1", | ||
"@alexasselin/typescript-config1": "*" | ||
"@alexasselin/typescript-configs1": "*" | ||
} | ||
} |
{ | ||
"$schema": "https://json.schemastore.org/tsconfig", | ||
"extends": "@alexasselin/typescript-config1/base.json", | ||
"extends": "@alexasselin/typescript-configs1/base.json", | ||
"compilerOptions": { | ||
@@ -5,0 +5,0 @@ "outDir": "dist", |
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
7009