1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

fix: remove shx dependency from core, docs, and preview packages

This commit is contained in:
codecalm
2025-05-26 20:40:05 +02:00
parent c914ecfb05
commit a0377f9752
3 changed files with 3 additions and 5 deletions

View File

@@ -170,8 +170,7 @@
"signature_pad": "^5.0.7", "signature_pad": "^5.0.7",
"star-rating.js": "^4.3.1", "star-rating.js": "^4.3.1",
"tom-select": "^2.4.3", "tom-select": "^2.4.3",
"typed.js": "^2.1.0", "typed.js": "^2.1.0"
"shx": "^0.4.0"
}, },
"directories": { "directories": {
"doc": "docs" "doc": "docs"

View File

@@ -29,8 +29,7 @@
"@docsearch/css": "^3.9.0", "@docsearch/css": "^3.9.0",
"@docsearch/js": "^3.9.0", "@docsearch/js": "^3.9.0",
"flat-cache": "^6.1.8", "flat-cache": "^6.1.8",
"shiki": "^3.2.2", "shiki": "^3.2.2"
"shx": "^0.4.0"
}, },
"dependencies": { "dependencies": {
"@tabler/core": "workspace:*" "@tabler/core": "workspace:*"

View File

@@ -17,7 +17,7 @@
"js-compile": "rollup --config .build/rollup.config.mjs --sourcemap", "js-compile": "rollup --config .build/rollup.config.mjs --sourcemap",
"js-minify": "pnpm run js-minify-demo", "js-minify": "pnpm run js-minify-demo",
"js-minify-demo": "terser --compress passes=2 --mangle --comments \"/^!/\" --source-map \"content=dist/preview/js/demo.js.map,includeSources,url=demo.min.js.map\" --output dist/preview/js/demo.min.js dist/preview/js/demo.js", "js-minify-demo": "terser --compress passes=2 --mangle --comments \"/^!/\" --source-map \"content=dist/preview/js/demo.js.map,includeSources,url=demo.min.js.map\" --output dist/preview/js/demo.min.js dist/preview/js/demo.js",
"clean": "rm -rf dist demo", "clean": "shx rm -rf dist demo",
"html": "pnpm run html-build && pnpm run html-prettify", "html": "pnpm run html-build && pnpm run html-prettify",
"html-build": "eleventy", "html-build": "eleventy",
"html-prettify": "prettier --write \"dist/**/*.html\" \"!dist/dist/**\"", "html-prettify": "prettier --write \"dist/**/*.html\" \"!dist/dist/**\"",