Skip to content

Commit 631df8a

Browse files
committed
Update.
1 parent bf58382 commit 631df8a

File tree

10 files changed

+2321
-3109
lines changed

10 files changed

+2321
-3109
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ insert_final_newline = true
1212
trim_trailing_whitespace = true
1313

1414

15-
[{package.json,.eslintrc,.babelrc,.travis.yml}]
15+
[{*.json,*.yml}]
1616
indent_size = 2
1717

1818

.eslintrc renamed to .eslintrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
node: true
77

88
parserOptions:
9-
ecmaVersion: 2019
9+
ecmaVersion: 2020
1010

1111
rules:
1212
array-bracket-spacing: [2, never]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
[![license][license-img]][github] [![web][web-img]][web] [![github][github-img]][github]
44

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

99

1010
## License
1111
The MIT License (MIT)
1212

13-
Copyright (c) 2019 Lars Jung (https://larsjung.de)
13+
Copyright (c) 2020 Lars Jung (https://larsjung.de)
1414

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

0 commit comments

Comments
 (0)