Skip to content

Commit

Permalink
added els to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
DavertMik committed Jan 2, 2025
1 parent 608022b commit 062d197
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
"docs/webapi/**"
],
"main": "lib/index.js",
"exports": {
".": "./lib/index.js",
"./els": "./lib/els.js"
},
"types": "typings/index.d.ts",
"bin": {
"codeceptjs": "./bin/codecept.js"
Expand Down

0 comments on commit 062d197

Please sign in to comment.