@postenbring/hedwig-css
Advanced tools
Comparing version 0.0.0-switch-to-lightningcss-OjuY2REh-20231126134314 to 0.0.0-switch-to-lightningcss-OjuY2REh-20231127091020
{ | ||
"name": "@postenbring/hedwig-css", | ||
"version": "0.0.0-switch-to-lightningcss-OjuY2REh-20231126134314", | ||
"version": "0.0.0-switch-to-lightningcss-OjuY2REh-20231127091020", | ||
"description": "", | ||
@@ -21,3 +21,4 @@ "files": [ | ||
"stylelint-config-standard-scss": "11.1.0", | ||
"stylelint-value-no-unknown-custom-properties": "5.0.0" | ||
"stylelint-value-no-unknown-custom-properties": "5.0.0", | ||
"wait-on": "^7.2.0" | ||
}, | ||
@@ -36,4 +37,4 @@ "publishConfig": { | ||
"dev": "pnpm run --parallel /^dev:.*/", | ||
"dev:css": "chokidar 'src/**/*.css' -c 'pnpm build:css'", | ||
"dev:typed-classname": "node --watch-preserve-output --watch-path dist/index.css --watch ./typed-classname/build.mjs", | ||
"dev:css": "chokidar --initial 'src/**/*.css' -c 'pnpm build:css'", | ||
"dev:typed-classname": "wait-on dist/index.css && node --watch-preserve-output --watch-path dist/index.css --watch ./typed-classname/build.mjs", | ||
"lint": "stylelint 'src/**/*.css' 'src/**/*.scss' --cache", | ||
@@ -40,0 +41,0 @@ "lint:fix": "pnpm lint -- --fix", |
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
137082
11