Skip to content

Commit ac07120

Browse files
authored
Refactor to simplify exported files (#95)
Moves content of `baseline-browser-versions.ts` directly to `index.ts` as separation was pointless. This simplifies the exported files, providing a single relevant `index.d.ts` file with no further imports. Also fixes a bug introduced in 2.6.0 where type file was excluded from published modules which broke tooltips.
1 parent c3ff9ee commit ac07120

File tree

3 files changed

+679
-684
lines changed

3 files changed

+679
-684
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ baseline-browser-mapping-*.tgz
55
.DS_Store
66
.idx/
77
.vscode/
8-
.idea/
8+
.idea/
9+
.DS_Store

0 commit comments

Comments
 (0)