We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87d41a5 commit 9c9f213Copy full SHA for 9c9f213
.gitignore
@@ -1,5 +1,4 @@
1
node_modules/
2
-dist/
3
package-lock.json
4
yarn.lock
5
coverage/
action.yml
@@ -25,4 +25,4 @@ outputs:
25
description: 'The Wayback Machine URL'
26
runs:
27
using: 'node20'
28
- main: 'dist/index.js'
+ main: 'dist/index.cjs'
0 commit comments