Skip to content

Commit

Permalink
chore: update deps + bump version 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Rmannn committed Jun 2, 2021
1 parent 8c1d8f2 commit b0c8396
Show file tree
Hide file tree
Showing 20 changed files with 13,708 additions and 2,982 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
"project": "./tsconfig.json",
"sourceType": "module"
},
"ignorePatterns": ["dist/test/*", "typedoc.js"],
"ignorePatterns": ["typedoc.js"],
"plugins": ["@typescript-eslint", "prefer-arrow", "import"],
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended",
"prettier"
Expand Down
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ resources/
.prettierignore
.gitignore
tsconfig.json
tsconfig.build.json
typedoc.js
yarn.lock
.vscode
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/js/search.js

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

Loading

0 comments on commit b0c8396

Please sign in to comment.