Skip to content

Commit cc68e67

Browse files
committed
fix: use correct es5 entry point
1 parent 37030d9 commit cc68e67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "tib",
33
"version": "0.5.0",
44
"description": "Easy e2e browser testing in Node",
5-
"main": "lib/index.js",
5+
"main": "lib/tib.js",
66
"module": "src/index.js",
77
"repository": "https://github.com/pimlie/tib",
88
"author": "pimlie <pimlie@hotmail.com>",

0 commit comments

Comments
 (0)