Skip to content

Commit 4d706e2

Browse files
committed
Update.
1 parent ef21a4d commit 4d706e2

File tree

8 files changed

+2226
-1495
lines changed

8 files changed

+2226
-1495
lines changed

.eslintrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
es6: true
66
node: true
77

8+
parserOptions:
9+
ecmaVersion: 2019
10+
811
rules:
912
array-bracket-spacing: [2, never]
1013
arrow-parens: [2, as-needed]

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/.nyc_output/
12
/build/
23
/coverage/
34
/local/

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ sudo: false
44

55
node_js:
66
- node
7+
- "12"
78
- "11"
89
- "10"
910
- "9"

dist/lolight.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! lolight v1.2.0 - https://larsjung.de/lolight/ */
1+
/*! lolight v1.3.0 - https://larsjung.de/lolight/ */
22
(function (root, factory) {
33
if (typeof exports === 'object' && typeof module === 'object') {
44
module.exports = factory(); // eslint-disable-line no-undef

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.

ghu.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ ghu.before(runtime => {
1616
runtime.comment = `${runtime.pkg.name} v${runtime.pkg.version} - ${runtime.pkg.homepage}`;
1717
runtime.comment_js = `/*! ${runtime.comment} */\n`;
1818
runtime.comment_html = `<!-- ${runtime.comment} -->`;
19-
2019
console.log(runtime.comment);
2120
});
2221

0 commit comments

Comments
 (0)