Skip to content

Commit adee5d9

Browse files
committed
Update.
1 parent 73e5ef3 commit adee5d9

File tree

10 files changed

+5435
-5184
lines changed

10 files changed

+5435
-5184
lines changed

.eslintignore

Lines changed: 0 additions & 6 deletions
This file was deleted.

.eslintrc.yml

Lines changed: 0 additions & 182 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# lolight
22

3-
[![license][license-img]][github] [![web][web-img]][web] [![github][github-img]][github] [![npm][npm-img]][npm]
4-
[![version][npm-v-img]][npm] [![downloads][npm-dm-img]][npm]
3+
[![license][license-img]][github] [![github][github-img]][github] [![npm][npm-img]][npm]
54

65

76
Lightweight tokenizer and syntax highlighter.
@@ -10,7 +9,7 @@ Lightweight tokenizer and syntax highlighter.
109
## License
1110
The MIT License (MIT)
1211

13-
Copyright (c) 2020 Lars Jung (https://larsjung.de)
12+
Copyright (c) 2024 Lars Jung (https://larsjung.de)
1413

1514
Permission is hereby granted, free of charge, to any person obtaining a copy
1615
of this software and associated documentation files (the "Software"), to deal
@@ -31,14 +30,9 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3130
THE SOFTWARE.
3231

3332

34-
[web]: https://larsjung.de/lolight/
3533
[github]: https://github.com/lrsjng/lolight
3634
[npm]: https://www.npmjs.org/package/lolight
3735

3836
[license-img]: https://img.shields.io/badge/license-MIT-a0a060.svg?style=flat-square
39-
[web-img]: https://img.shields.io/badge/web-larsjung.de/lolight-a0a060.svg?style=flat-square
4037
[github-img]: https://img.shields.io/badge/github-lrsjng/lolight-a0a060.svg?style=flat-square
4138
[npm-img]: https://img.shields.io/badge/npm-lolight-a0a060.svg?style=flat-square
42-
43-
[npm-v-img]: https://img.shields.io/npm/v/lolight.svg?style=flat-square
44-
[npm-dm-img]: https://img.shields.io/npm/dm/lolight.svg?style=flat-square

dist/lolight.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
/*! lolight v1.4.0 - https://larsjung.de/lolight/ */
1+
/*! lolight v1.4.1 - undefined */
22
(function (root, factory) {
33
if (typeof exports === 'object' && typeof module === 'object') {
4-
module.exports = factory(); // eslint-disable-line no-undef
4+
module.exports = factory();
55
} else if (typeof define === 'function' && define.amd) { // eslint-disable-line no-undef
66
define([], factory); // eslint-disable-line no-undef
77
} else {

dist/lolight.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)