File tree Expand file tree Collapse file tree 4 files changed +7
-9
lines changed
Expand file tree Collapse file tree 4 files changed +7
-9
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ import { WindowsDriver } from './driver' ;
2+
3+ export { WindowsDriver } ;
4+ export default WindowsDriver ;
Original file line number Diff line number Diff line change 2525 "printWidth" : 100 ,
2626 "singleQuote" : true
2727 },
28- "main" : " ./build/index.js" ,
28+ "main" : " ./build/lib/index.js" ,
29+ "types" : " ./build/lib/index.d.ts" ,
2930 "bin" : {},
3031 "directories" : {
3132 "lib" : " lib"
4243 "mainClass" : " WindowsDriver"
4344 },
4445 "files" : [
45- " index.js" ,
4646 " lib" ,
4747 " build" ,
48+ " !build/test" ,
4849 " CHANGELOG.md" ,
4950 " LICENSE" ,
5051 " npm-shrinkwrap.json" ,
Original file line number Diff line number Diff line change 88 "checkJs" : true
99 },
1010 "include" : [
11- " index.js" ,
1211 " lib" ,
1312 " test"
1413 ]
You can’t perform that action at this time.
0 commit comments