Skip to content

Commit

Permalink
0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoGresse committed Jan 31, 2022
1 parent 796b43d commit 421e60f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Webcomponent ai-taxonomist following open-wc recommendations",
"license": "MIT",
"author": "ai-taxonomist",
"version": "0.0.4",
"version": "0.0.5",
"homepage": "https://github.com/plantnet/ai-taxonomist",
"repository": "plantnet/ai-taxonomist",
"main": "dist/src/index.js",
Expand Down Expand Up @@ -58,7 +58,9 @@
],
"rules": {
"no-shadow": "off",
"@typescript-eslint/no-shadow": ["error"],
"@typescript-eslint/no-shadow": [
"error"
],
"no-unused-vars": "off",
"@typescript-eslint/no-unused-vars": [
"error"
Expand Down

0 comments on commit 421e60f

Please sign in to comment.