Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukachi committed Apr 5, 2024
1 parent c0b1750 commit ea0b73a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/connector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@
"default": "./dist/esm/index.js"
}
},
"files": [
"dist/**/*",
"README.md",
"package.json"
],
"main": "./dist/cjs/index.js",
"unpkg": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand All @@ -34,6 +29,11 @@
]
}
},
"files": [
"dist/**/*",
"README.md",
"package.json"
],
"scripts": {
"build": "yarn clean && yarn build:types && yarn build:cjs && yarn build:esm && node ./postbuild.js",
"build:cjs": "npx swc src -d ./dist/cjs --config-file ./.swcrc -C module.type=commonjs --copy-files",
Expand Down

0 comments on commit ea0b73a

Please sign in to comment.