Use archiver directly rather than grunt-contrib-compress

Removes two old copies of glob and is another step towards removing Grunt.
This commit is contained in:
Steve Gravrock
2025-04-08 18:47:53 -07:00
parent bcf699f145
commit 4bd2feda7d
4 changed files with 70 additions and 60 deletions

View File

@@ -36,6 +36,7 @@
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.24.0",
"archiver": "^7.0.1",
"css-url-embed": "github:sgravrock/css-url-embed",
"eslint": "^9.24.0",
"eslint-plugin-compat": "^6.0.2",
@@ -43,7 +44,6 @@
"globals": "^16.0.0",
"grunt": "^1.0.4",
"grunt-cli": "^1.3.2",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-concat": "^2.0.0",
"grunt-sass": "^4.0.0",
"jasmine": "^5.0.0",