eslint fixes

This commit is contained in:
wobsoriano
2022-11-02 09:38:14 -07:00
parent 0c44f73c9f
commit 808cac4756
2 changed files with 2 additions and 7 deletions

View File

@@ -3,6 +3,8 @@
"type": "module",
"version": "0.3.1",
"license": "MIT",
"main": "./dist/module.cjs",
"types": "./dist/types.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
@@ -14,8 +16,6 @@
"import": "./dist/runtime/api.mjs"
}
},
"main": "./dist/module.cjs",
"types": "./dist/types.d.ts",
"files": [
"dist",
"*.d.ts"