Skip to content

Commit

Permalink
add jquery as dependency for tracking & move gulp-html-minifier-terse…
Browse files Browse the repository at this point in the history
…r to devDeps
  • Loading branch information
hifocus committed Jun 15, 2023
1 parent 262c9ba commit 63b69e2
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 18 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,14 @@
},
"homepage": "https://qrcdn.com",
"dependencies": {
"gulp-html-minifier-terser": "^7.0.0-beta.0"
"jquery": "^3.7.0"
},
"devDependencies": {
"cross-env": "^7.0.3",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-html-minifier-terser": "^7.0.0-beta.0",
"gulp-html-replace": "^1.6.2",
"gulp-rename": "^2.0.0",
"gulp-terser": "^2.1.0",
Expand Down
61 changes: 44 additions & 17 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 63b69e2

Please sign in to comment.