Skip to content

Commit

Permalink
convert swiped events
Browse files Browse the repository at this point in the history
  • Loading branch information
sprocketc authored and tiensonqin committed Jul 9, 2023
1 parent 1f09012 commit 6e100f0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
2 changes: 2 additions & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ const common = {
.pipe(gulp.dest(path.join(outputPath, 'js'))),
() => gulp.src('node_modules/html2canvas/dist/html2canvas.min.js')
.pipe(gulp.dest(path.join(outputPath, 'js'))),
() => gulp.src('node_modules/swiped-events/dist/swiped-events.min.js')
.pipe(gulp.dest(path.join(outputPath, 'js'))),
() => gulp.src('node_modules/photoswipe/dist/umd/*.js')
.pipe(gulp.dest(path.join(outputPath, 'js'))),
() => gulp.src('node_modules/@tabler/icons/iconfont/tabler-icons.min.css')
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@
"remove-accents": "0.4.2",
"sanitize-filename": "1.6.3",
"send-intent": "3.0.11",
"swiped-events": "^1.1.7",
"tailwind-capitalize-first-letter": "^1.0.4",
"threads": "1.6.5",
"url": "^0.11.0",
Expand Down
9 changes: 0 additions & 9 deletions resources/js/swiped-events.min.js

This file was deleted.

5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7079,6 +7079,11 @@ svgo@^2.7.0:
picocolors "^1.0.0"
stable "^0.1.8"

swiped-events@^1.1.7:
version "1.1.7"
resolved "https://registry.npmjs.org/swiped-events/-/swiped-events-1.1.7.tgz#d2d12087e7cee659f40d94828485bf2242424364"
integrity sha512-bxEy7djwuLykZpPfoE4IFsbna/ngACEpyPqw9tBOaPQtAshsRK7H5CxoCgSXr0QRQ+7rd2TT3bSKLL3R6xJFwg==

table@^6.6.0:
version "6.8.0"
resolved "https://registry.yarnpkg.com/table/-/table-6.8.0.tgz#87e28f14fa4321c3377ba286f07b79b281a3b3ca"
Expand Down

0 comments on commit 6e100f0

Please sign in to comment.