WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 8f62181

Browse files
committed
.
1 parent 8df2f48 commit 8f62181

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

packages/action/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"name": "@snk/action",
3-
"version": "1.0.0",
4-
"dependencies": {
5-
"@actions/core": "1.10.1",
6-
"@snk/gif-creator": "1.0.0",
7-
"@snk/github-user-contribution": "1.0.0",
8-
"@snk/solver": "1.0.0",
9-
"@snk/svg-creator": "1.0.0",
10-
"@snk/types": "1.0.0"
11-
},
12-
"devDependencies": {
13-
"@vercel/ncc": "0.38.1",
14-
},
15-
"scripts": {
16-
"build": "ncc build --external canvas --external gifsicle --out dist ./index.ts",
17-
}
2+
"name": "@snk/action",
3+
"version": "1.0.0",
4+
"dependencies": {
5+
"@actions/core": "1.10.1",
6+
"@snk/gif-creator": "1.0.0",
7+
"@snk/github-user-contribution": "1.0.0",
8+
"@snk/solver": "1.0.0",
9+
"@snk/svg-creator": "1.0.0",
10+
"@snk/types": "1.0.0"
11+
},
12+
"devDependencies": {
13+
"@vercel/ncc": "0.38.1"
14+
},
15+
"scripts": {
16+
"build": "bun build --external canvas --external gifsicle --target node --splitting --outdir dist ./index.ts "
17+
}
1818
}

0 commit comments

Comments
 (0)