diff options
| author | Henri Vasserman <henv@hot.ee> | 2025-04-12 05:00:48 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-11 22:00:48 -0400 |
| commit | 20f1d40b61e12c7a104b5b81bba6dc9e2dfa1c7c (patch) | |
| tree | 6d5680f7d43a846d066f1469044ebc321bc49df1 /package.json | |
| parent | 51bd058f2d845c0fe2204f202ad568ec2c76b6f7 (diff) | |
| download | anubis-20f1d40b61e12c7a104b5b81bba6dc9e2dfa1c7c.tar.xz anubis-20f1d40b61e12c7a104b5b81bba6dc9e2dfa1c7c.zip | |
dev: Improvements to build scripts (#232)
* dev: make sure that stuff is building properly
* chore: changelog
* remove npx
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index cfff0b6..4041096 100644 --- a/package.json +++ b/package.json @@ -17,9 +17,10 @@ "devDependencies": { "cssnano": "^7.0.6", "cssnano-preset-advanced": "^7.0.6", + "esbuild": "^0.25.2", "postcss-cli": "^11.0.1", "postcss-import": "^16.1.0", "postcss-import-url": "^7.2.0", "postcss-url": "^10.1.3" } -}
\ No newline at end of file +} |
