Skip to content

Commit 78d6bf6

Browse files
committed
Update.
1 parent 745985b commit 78d6bf6

File tree

7 files changed

+217
-217
lines changed

7 files changed

+217
-217
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,.travis.yml,.eslintrc}]
15+
[{*.json,*.yml}]
1616
indent_size = 2
1717

1818

.eslintrc renamed to .eslintrc.yml

File renamed without changes.

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
/.nyc_output/
12
/build/
3+
/coverage/
24
/local/
35
/node_modules/
46
/npm-debug.log

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
* fix archive-single-item problem
55
* add header/footer search stop condition
66
* update languages (`id`, `it`, `pt-br`, `pt-pt`)
7-
* add `@babel/core` 7.4.3
8-
* add `@babel/preset-env` 7.4.3
7+
* add `@babel/core` 7.4.4
8+
* add `@babel/preset-env` 7.4.4
99
* remove `babel-loader`
1010
* update `eslint` to 5.16.0
11-
* update `ghu` to 0.18.0
11+
* update `ghu` to 0.22.0
1212
* update `jsdom` to 15.0.0
13-
* update `kjua` to 0.5.0
14-
* update `lolight` to 1.2.0
13+
* update `kjua` to 0.6.0
14+
* update `lolight` to 1.3.0
1515
* update `null-loader` to 1.0.0
16-
* update `scar` to 1.6.0
16+
* update `scar` to 2.2.0
1717

1818

1919
## v0.29.2 - *2019-03-22*

ghu.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ ghu.before(runtime => {
3737
runtime.comment = `${runtime.pkg.name} v${runtime.pkg.version} - ${runtime.pkg.homepage}`;
3838
runtime.comment_js = `/* ${runtime.comment} */\n`;
3939
runtime.comment_html = `<!-- ${runtime.comment} -->`;
40-
4140
console.log(runtime.comment);
4241
});
4342

package-lock.json

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

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717
"precommit": "npm run -s lint && npm run -s test"
1818
},
1919
"devDependencies": {
20-
"@babel/core": "7.4.3",
21-
"@babel/preset-env": "7.4.3",
20+
"@babel/core": "7.4.4",
21+
"@babel/preset-env": "7.4.4",
2222
"eslint": "5.16.0",
23-
"ghu": "0.18.0",
23+
"ghu": "0.22.0",
2424
"jsdom": "15.0.0",
25-
"kjua": "0.5.0",
26-
"lolight": "1.2.0",
25+
"kjua": "0.6.0",
26+
"lolight": "1.3.0",
2727
"marked": "0.6.2",
2828
"normalize.css": "8.0.1",
2929
"null-loader": "1.0.0",
30-
"scar": "1.6.0"
30+
"scar": "2.2.0"
3131
},
3232
"engines": {
3333
"node": ">=10.0.0"

0 commit comments

Comments
 (0)