Skip to content

Commit

Permalink
Bump version to 2.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nagix committed May 2, 2021
1 parent da32dc3 commit 34446ed
Show file tree
Hide file tree
Showing 37 changed files with 4,296 additions and 4,435 deletions.
31 changes: 17 additions & 14 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
engines:
version: "2"
plugins:
duplication:
enabled: true
config:
languages:
- javascript
eslint:
enabled: true
channel: "eslint-3"
- javascript
fixme:
enabled: true
ratings:
paths:
- "samples/**/*.js"
- "src/**/*.js"
exclude_paths:
- dist/**/*
- docs/**/*
- node_modules/**/*
- test/**/*
checks:
method-complexity:
config:
threshold: 6
exclude_patterns:
- "dist/"
- "docs/"
- "scripts/"
- "test/"
- "*.js"
- "*.json"
- "*.md"
- ".*"

2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
**/*{.,-}min.js
dist/*.js
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2019 Akihiko Kusanagi
Copyright (c) 2021 Akihiko Kusanagi

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:

Expand Down
244 changes: 110 additions & 134 deletions README.md

Large diffs are not rendered by default.

84 changes: 44 additions & 40 deletions docs/index.html

Large diffs are not rendered by default.

86 changes: 45 additions & 41 deletions docs/ja/index.html

Large diffs are not rendered by default.

Loading

0 comments on commit 34446ed

Please sign in to comment.