Skip to content

Commit

Permalink
Maintenance.
Browse files Browse the repository at this point in the history
  • Loading branch information
lrsjng committed Mar 22, 2019
1 parent c521ecd commit 427ca82
Show file tree
Hide file tree
Showing 9 changed files with 782 additions and 423 deletions.
6 changes: 3 additions & 3 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
build
node_modules
**/vendor
/build/
/node_modules/
/**/vendor/
3 changes: 0 additions & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
es6: true
node: true

parserOptions:
ecmaVersion: 6

rules:
array-bracket-spacing: [2, never]
arrow-parens: [2, as-needed]
Expand Down
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
build
local
node_modules
npm-debug.log
/build/
/local/
/node_modules/
/npm-debug.log
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Changelog


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

* update `babel-loader` to 7.1.1
* update `eslint` to 5.15.3
* update `ghu` to 0.13.0
* update `jsdom` to 14.0.0
* update `kjua` to 0.2.0
* update `lolight` to 1.0.0
* update `scar` to 1.2.0


## v0.29.1 - *2019-01-20*

* replace `babel-preset-es2015` with `babel-preset-env`
Expand Down
4 changes: 0 additions & 4 deletions ghu.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ ghu.task('clean', 'delete build folder', () => {
return remove(BUILD);
});

ghu.task('lint', 'lint all JavaScript files with eslint', () => {
return run('eslint .', {stdio: 'inherit'});
});

ghu.task('build:scripts', runtime => {
return read(`${SRC}/_h5ai/public/js/scripts.js`)
.then(newerThan(mapper, `${SRC}/_h5ai/public/js/**`))
Expand Down
Loading

0 comments on commit 427ca82

Please sign in to comment.