Skip to content

Commit

Permalink
update package name and remove dependencies (#395)
Browse files Browse the repository at this point in the history
* update package name and remove dependencies

* rebuild dist and patch

* fix eslint config

* fix eslint config

* remove extra command
  • Loading branch information
princespaghetti authored Oct 20, 2024
1 parent 4711115 commit 8988df9
Show file tree
Hide file tree
Showing 4 changed files with 2,240 additions and 8,434 deletions.
5 changes: 2 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"plugins": ["jest", "@typescript-eslint"],
"plugins": ["@typescript-eslint"],
"extends": ["plugin:github/recommended"],
"parser": "@typescript-eslint/parser",
"parserOptions": {
Expand Down Expand Up @@ -45,7 +45,6 @@
},
"env": {
"node": true,
"es6": true,
"jest/globals": true
"es6": true
}
}
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 8988df9

Please sign in to comment.