Skip to content

Commit 65fc2b1

Browse files
committed
pnpm
1 parent c606e9a commit 65fc2b1

File tree

6 files changed

+923
-1584
lines changed

6 files changed

+923
-1584
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ jobs:
1717
- uses: actions/setup-node@v4
1818
with:
1919
node-version: ${{ matrix.node-version }}
20-
- run: npm install
21-
- run: npm test
20+
- uses: pnpm/action-setup@v4
21+
- run: pnpm install
22+
- run: pnpm test

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Steven Levithan
3+
Copyright (c) 2025 Steven Levithan
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

dist/standalone.min.js

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)