Skip to content

Commit 19c4a6a

Browse files
fregantekidonng
andauthored
Update dev dependencies and other meta fixes (#109)
Co-authored-by: Kid <kidonng@gmail.com>
1 parent 34456a3 commit 19c4a6a

File tree

6 files changed

+3428
-3501
lines changed

6 files changed

+3428
-3501
lines changed

.github/workflows/esm-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- run: npm install
2424
- run: npm run build --if-present
2525
- run: npm pack --dry-run
26-
- run: npm pack --silent 2>/dev/null | xargs -n1 tar -xzf
26+
- run: npm pack | tail -1 | xargs -n1 tar -xzf
2727
- uses: actions/upload-artifact@v2
2828
with:
2929
path: package

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import reservedNames from 'github-reserved-names/reserved-names.json';
2-
import collect from './collector';
2+
import collect from './collector.js';
33

44
const exists = (selector: string) => Boolean(document.querySelector(selector));
55

0 commit comments

Comments
 (0)