Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
lrsjng committed Jul 26, 2020
1 parent bf58382 commit 631df8a
Show file tree
Hide file tree
Showing 10 changed files with 2,321 additions and 3,109 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ insert_final_newline = true
trim_trailing_whitespace = true


[{package.json,.eslintrc,.babelrc,.travis.yml}]
[{*.json,*.yml}]
indent_size = 2


Expand Down
2 changes: 1 addition & 1 deletion .eslintrc → .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
node: true

parserOptions:
ecmaVersion: 2019
ecmaVersion: 2020

rules:
array-bracket-spacing: [2, never]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
[![license][license-img]][github] [![web][web-img]][web] [![github][github-img]][github]

jQuery plugin to dynamically generate QR codes. Uses [QR Code Generator][qrcode] (MIT).
There is a jQuery-free lib named [kjua][kjua] that works in all modern browsers
There is a newer lib named [kjua][kjua] that works in all modern browsers
with crisp codes on all devices.


## License
The MIT License (MIT)

Copyright (c) 2019 Lars Jung (https://larsjung.de)
Copyright (c) 2020 Lars Jung (https://larsjung.de)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading

0 comments on commit 631df8a

Please sign in to comment.