Skip to content

Commit

Permalink
remove cjs exports
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Dec 20, 2022
1 parent 15270be commit aab1e11
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,8 @@
"author": "Christian Bromann <[email protected]>",
"homepage": "https://github.com/webdriverio-community/wdio-vscode-service",
"license": "MIT",
"main": "./dist/cjs/index.js",
"type": "module",
"module": "./dist/index.js",
"exports": {
".": [
{
"import": "./dist/index.js",
"require": "./dist/cjs/index.js"
},
"./dist/cjs/index.js"
]
},
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"typeScriptVersion": "3.8.3",
"engines": {
Expand Down

0 comments on commit aab1e11

Please sign in to comment.