Skip to content

Commit 062d197

Browse files
author
DavertMik
committed
added els to package.json
1 parent 608022b commit 062d197

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
"docs/webapi/**"
3030
],
3131
"main": "lib/index.js",
32+
"exports": {
33+
".": "./lib/index.js",
34+
"./els": "./lib/els.js"
35+
},
3236
"types": "typings/index.d.ts",
3337
"bin": {
3438
"codeceptjs": "./bin/codecept.js"

0 commit comments

Comments
 (0)