Skip to content

Commit

Permalink
Merge pull request #69 from shinsenter/v2.0
Browse files Browse the repository at this point in the history
Released v2.0.0-beta.0
  • Loading branch information
shinsenter authored Feb 10, 2021
2 parents 399dc34 + 8fb3757 commit 5599811
Show file tree
Hide file tree
Showing 27 changed files with 4,182 additions and 3,977 deletions.
887 changes: 441 additions & 446 deletions README.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"max-classes-per-file": "error",
"max-depth": "error",
"max-len": "off",
"max-lines": "error",
"max-lines": "off",
"max-lines-per-function": "error",
"max-nested-callbacks": "error",
"max-params": "off",
Expand Down Expand Up @@ -165,7 +165,7 @@
"no-trailing-spaces": "error",
"no-undef-init": "error",
"no-undefined": "error",
"no-underscore-dangle": "error",
"no-underscore-dangle": "off",
"no-unmodified-loop-condition": "error",
"no-unneeded-ternary": "error",
"no-unused-expressions": "off",
Expand Down
40 changes: 20 additions & 20 deletions build/.uglifyjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,25 @@
"toplevel": true
},
"output": {
"ascii_only": true,
"beautify": false,
"braces": false,
"indent_level": 0,
"indent_start": 0,
"inline_script": true,
"keep_quoted_props": true,
"max_line_len": false,
"preamble": null,
"preserve_line": false,
"quote_keys": false,
"quote_style": 1,
"semicolons": true,
"shebang": true,
"source_map": null,
"width": 80,
"wrap_iife": false,
"comments": "/^@/",
"ie8": false,
"webkit": true
"ascii_only": true,
"beautify": false,
"braces": false,
"indent_level": 0,
"indent_start": 0,
"inline_script": true,
"keep_quoted_props": true,
"max_line_len": false,
"preamble": null,
"preserve_line": false,
"quote_keys": false,
"quote_style": 1,
"semicolons": true,
"shebang": true,
"source_map": null,
"width": 80,
"wrap_iife": false,
"comments": "/^@/",
"ie8": true,
"webkit": false
}
}
File renamed without changes
File renamed without changes
File renamed without changes
176 changes: 88 additions & 88 deletions docs/demo.html → demo/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/defer.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/defer_plus.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/polyfill.min.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/_config.yml

This file was deleted.

11 changes: 0 additions & 11 deletions docs/index.html

This file was deleted.

Loading

0 comments on commit 5599811

Please sign in to comment.