Skip to content

Commit e97dcef

Browse files
committedNov 2, 2021
Merge branch 'release/v3.0.0'
2 parents a2ff3f2 + 43256c4 commit e97dcef

21 files changed

+29954
-9031
lines changed
 

‎.codeclimate.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,4 @@ exclude_paths:
1919
- docs/
2020
- bin/
2121
- index.js
22-
- index.mjs
23-
- gulpfile.js
22+
- index.d.ts

‎.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/coverage
2+
/node_modules
3+
*.sublime-project
4+
*.sublime-workspace

‎ava.config.js

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
const config = {
2+
files: ['test/*.js'],
3+
}
4+
5+
export default config

‎bin/termng

-371
This file was deleted.

‎docs/assets/css/style.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.