Skip to content

Commit

Permalink
Modernize: bump dependency versions; webpack 5 without gulp; babel; s…
Browse files Browse the repository at this point in the history
…witch from qrcode-reader to jsQR
  • Loading branch information
jacobg committed Nov 28, 2021
1 parent b62efb6 commit 7964b00
Show file tree
Hide file tree
Showing 22 changed files with 4,382 additions and 5,309 deletions.
4 changes: 4 additions & 0 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
iOS >= 11
# Supporting Android version 5.1+ with its factory Chrome version.
ChromeAndroid >= 39
Chrome >= 39
14 changes: 14 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Editor configuration, see http://editorconfig.org
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
max_line_length = off
trim_trailing_whitespace = false
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ node_modules/
# generated files
dist/
src/browser/plugin.min.js
src/browser/worker.min.js
www/www.min.js
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v14.18.1
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
sudo: false
node_js:
- "4"
- "6"
- "14"
- "16"
46 changes: 0 additions & 46 deletions gulpfile.js

This file was deleted.

Loading

0 comments on commit 7964b00

Please sign in to comment.