Skip to content

Commit 34446ed

Browse files
committed
Bump version to 2.0.0-beta.1
1 parent da32dc3 commit 34446ed

37 files changed

+4296
-4435
lines changed

.codeclimate.yml

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
1-
engines:
1+
version: "2"
2+
plugins:
23
duplication:
34
enabled: true
45
config:
56
languages:
6-
- javascript
7-
eslint:
8-
enabled: true
9-
channel: "eslint-3"
7+
- javascript
108
fixme:
119
enabled: true
12-
ratings:
13-
paths:
14-
- "samples/**/*.js"
15-
- "src/**/*.js"
16-
exclude_paths:
17-
- dist/**/*
18-
- docs/**/*
19-
- node_modules/**/*
20-
- test/**/*
10+
checks:
11+
method-complexity:
12+
config:
13+
threshold: 6
14+
exclude_patterns:
15+
- "dist/"
16+
- "docs/"
17+
- "scripts/"
18+
- "test/"
19+
- "*.js"
20+
- "*.json"
21+
- "*.md"
22+
- ".*"
23+

.eslintignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
**/*{.,-}min.js
1+
dist/*.js

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2019 Akihiko Kusanagi
3+
Copyright (c) 2021 Akihiko Kusanagi
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

README.md

Lines changed: 110 additions & 134 deletions
Large diffs are not rendered by default.

docs/index.html

Lines changed: 44 additions & 40 deletions
Large diffs are not rendered by default.

docs/ja/index.html

Lines changed: 45 additions & 41 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)