Skip to content

Commit

Permalink
Merge pull request #78 from hackmdio/release/2.2.0
Browse files Browse the repository at this point in the history
Release 2.2.0
  • Loading branch information
Yukaii authored Apr 28, 2023
2 parents 02e1ea3 + d7b4ab9 commit ca0d605
Show file tree
Hide file tree
Showing 30 changed files with 6,284 additions and 16,925 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/dist
6 changes: 6 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": [
"oclif",
"oclif-typescript"
]
}
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
/.nyc_output
/dist
/lib
/package-lock.json
/tmp
/yarn.lock
node_modules
oclif.manifest.json

.env
12 changes: 12 additions & 0 deletions .mocharc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"require": [
"test/helpers/init.js",
"ts-node/register"
],
"watch-extensions": [
"ts"
],
"recursive": true,
"reporter": "spec",
"timeout": 60000
}
Loading

0 comments on commit ca0d605

Please sign in to comment.