@postenbring/hedwig-css 0.0.10 → 0.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@postenbring/hedwig-css",
3
- "version": "0.0.10",
3
+ "version": "0.0.12",
4
4
  "description": "",
5
5
  "files": [
6
6
  "dist/**",
@@ -9,7 +9,7 @@
9
9
  ],
10
10
  "license": "MIT",
11
11
  "devDependencies": {
12
- "browserslist": "4.22.1",
12
+ "browserslist": "4.22.2",
13
13
  "chokidar-cli": "3.0.0",
14
14
  "lightningcss": "1.22.1",
15
15
  "lightningcss-cli": "1.22.1",
@@ -41,7 +41,7 @@
41
41
  "dev:typed-classname": "wait-on dist/index.css && node --watch-preserve-output --watch-path dist/index.css --watch ./typed-classname/build.mjs",
42
42
  "lint": "stylelint 'src/**/*.css' 'src/**/*.scss' --cache",
43
43
  "lint:fix": "pnpm lint -- --fix",
44
- "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
44
+ "clean": "rm -rf .turbo node_modules dist",
45
45
  "show-css-size": "pnpm build:css && echo '\nSize of dist/index.css (original → gzip)' && pnpm dlx gzip-size-cli dist/index.css --include-original"
46
46
  }
47
47
  }