Skip to content

Commit

Permalink
updated to work with node v16.14
Browse files Browse the repository at this point in the history
  • Loading branch information
rikschennink committed Aug 8, 2023
1 parent 9d19f42 commit b81365e
Show file tree
Hide file tree
Showing 66 changed files with 29,340 additions and 12,677 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v10.15.3
v16.14
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
2 changes: 1 addition & 1 deletion dist/core/tick.core.amd.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
* @pqina/tick v1.8.0 - Counters Made Easy
* Copyright (c) 2020 PQINA - https://github.com/pqina/tick/
* Copyright (c) 2023 PQINA - https://github.com/pqina/tick/
*/
define(function() {
if (!module) {
Expand Down
2 changes: 1 addition & 1 deletion dist/core/tick.core.commonjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
* @pqina/tick v1.8.0 - Counters Made Easy
* Copyright (c) 2020 PQINA - https://github.com/pqina/tick/
* Copyright (c) 2023 PQINA - https://github.com/pqina/tick/
*/
module.exports = (function() {
if (!module) {
Expand Down
3 changes: 1 addition & 2 deletions dist/core/tick.core.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
/*
* @pqina/tick v1.8.0 - Counters Made Easy
* Copyright (c) 2020 PQINA - https://github.com/pqina/tick/
* Copyright (c) 2023 PQINA - https://github.com/pqina/tick/
*/
.tick {
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: default;
Expand Down
2 changes: 1 addition & 1 deletion dist/core/tick.core.global.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
* @pqina/tick v1.8.0 - Counters Made Easy
* Copyright (c) 2020 PQINA - https://github.com/pqina/tick/
* Copyright (c) 2023 PQINA - https://github.com/pqina/tick/
*/
(function(root, plugins, undefined){
'use strict';
Expand Down
2 changes: 1 addition & 1 deletion dist/core/tick.core.global.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/core/tick.core.jquery.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
* @pqina/tick v1.8.0 - Counters Made Easy
* Copyright (c) 2020 PQINA - https://github.com/pqina/tick/
* Copyright (c) 2023 PQINA - https://github.com/pqina/tick/
*/
(function($, plugins, undefined){
'use strict';
Expand Down
2 changes: 1 addition & 1 deletion dist/core/tick.core.jquery.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/core/tick.core.kickstart.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
* @pqina/tick v1.8.0 - Counters Made Easy
* Copyright (c) 2020 PQINA - https://github.com/pqina/tick/
* Copyright (c) 2023 PQINA - https://github.com/pqina/tick/
*/
(function(root, plugins, undefined) {
'use strict';
Expand Down
2 changes: 1 addition & 1 deletion dist/core/tick.core.kickstart.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/core/tick.core.min.css

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

2 changes: 1 addition & 1 deletion dist/core/tick.core.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
* @pqina/tick v1.8.0 - Counters Made Easy
* Copyright (c) 2020 PQINA - https://github.com/pqina/tick/
* Copyright (c) 2023 PQINA - https://github.com/pqina/tick/
*/
export default typeof window !== 'undefined' ? (function() {
if (!module) {
Expand Down
2 changes: 1 addition & 1 deletion dist/font-highres/tick.font.highres.amd.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
* @pqina/tick v1.8.0 - Counters Made Easy
* Copyright (c) 2020 PQINA - https://github.com/pqina/tick/
* Copyright (c) 2023 PQINA - https://github.com/pqina/tick/
*/
define(function() {
if (!module) {
Expand Down
2 changes: 1 addition & 1 deletion dist/font-highres/tick.font.highres.commonjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
* @pqina/tick v1.8.0 - Counters Made Easy
* Copyright (c) 2020 PQINA - https://github.com/pqina/tick/
* Copyright (c) 2023 PQINA - https://github.com/pqina/tick/
*/
module.exports = (function() {
if (!module) {
Expand Down
2 changes: 1 addition & 1 deletion dist/font-highres/tick.font.highres.global.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
* @pqina/tick v1.8.0 - Counters Made Easy
* Copyright (c) 2020 PQINA - https://github.com/pqina/tick/
* Copyright (c) 2023 PQINA - https://github.com/pqina/tick/
*/
(function(root, undefined) {
'use strict';
Expand Down
2 changes: 1 addition & 1 deletion dist/font-highres/tick.font.highres.global.min.js

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

2 changes: 1 addition & 1 deletion dist/font-highres/tick.font.highres.jquery.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
* @pqina/tick v1.8.0 - Counters Made Easy
* Copyright (c) 2020 PQINA - https://github.com/pqina/tick/
* Copyright (c) 2023 PQINA - https://github.com/pqina/tick/
*/
(function($) {
'use strict';
Expand Down
2 changes: 1 addition & 1 deletion dist/font-highres/tick.font.highres.jquery.min.js

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

2 changes: 1 addition & 1 deletion dist/font-highres/tick.font.highres.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
* @pqina/tick v1.8.0 - Counters Made Easy
* Copyright (c) 2020 PQINA - https://github.com/pqina/tick/
* Copyright (c) 2023 PQINA - https://github.com/pqina/tick/
*/
export default typeof window !== 'undefined' ? (function() {
if (!module) {
Expand Down
Loading

0 comments on commit b81365e

Please sign in to comment.