Skip to content

Commit bd57a1a

Browse files
committed
Merge remote-tracking branch 'origin/main' into pr/44
2 parents bc27900 + 07fe554 commit bd57a1a

24 files changed

+2803
-1146
lines changed

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ Thumbs.db
77
*.bak
88
*.log
99
logs
10-
*.map
11-
/*.js
12-
/*.d.ts
1310
.parcel-cache
1411
dist
12+
distribution

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
legacy-peer-deps=true

including-active-tab.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Temporary entry point until the `exports` key is added to the package.json
2+
export {};

including-active-tab.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Temporary entry point until the `exports` key is added to the package.json
2+
import './distribution/utils.js';

0 commit comments

Comments
 (0)