Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit427ca82

Browse files
committed
Maintenance.
1 parentc521ecd commit427ca82

File tree

9 files changed

+782
-423
lines changed

9 files changed

+782
-423
lines changed

‎.eslintignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
build
2-
node_modules
3-
**/vendor
1+
/build/
2+
/node_modules/
3+
/**/vendor/

‎.eslintrc

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

8-
parserOptions:
9-
ecmaVersion: 6
10-
118
rules:
129
array-bracket-spacing: [2, never]
1310
arrow-parens: [2, as-needed]

‎.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
build
2-
local
3-
node_modules
4-
npm-debug.log
1+
/build/
2+
/local/
3+
/node_modules/
4+
/npm-debug.log

‎CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
#Changelog
22

33

4+
##v0.29.2 -*2019-03-22*
5+
6+
* update`babel-loader` to 7.1.1
7+
* update`eslint` to 5.15.3
8+
* update`ghu` to 0.13.0
9+
* update`jsdom` to 14.0.0
10+
* update`kjua` to 0.2.0
11+
* update`lolight` to 1.0.0
12+
* update`scar` to 1.2.0
13+
14+
415
##v0.29.1 -*2019-01-20*
516

617
* replace`babel-preset-es2015` with`babel-preset-env`

‎ghu.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,6 @@ ghu.task('clean', 'delete build folder', () => {
6262
returnremove(BUILD);
6363
});
6464

65-
ghu.task('lint','lint all JavaScript files with eslint',()=>{
66-
returnrun('eslint .',{stdio:'inherit'});
67-
});
68-
6965
ghu.task('build:scripts',runtime=>{
7066
returnread(`${SRC}/_h5ai/public/js/scripts.js`)
7167
.then(newerThan(mapper,`${SRC}/_h5ai/public/js/**`))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp