Skip to content

Commit

Permalink
fix: bundled deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Jul 9, 2022
1 parent af225dc commit 3d2632b
Show file tree
Hide file tree
Showing 4 changed files with 3,662 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@
"name": "action-setup-bun",
"version": "1.0.1",
"description": "Setup GitHub Actions workflow with a specific version of Bun",
"main": "./src/main/js/index.js",
"main": "./target/index.js",
"scripts": {
"build": "ncc build src/main/js/main.js -o target",
"test": "echo \"Error: no test specified\" && exit 0",
"docs": "mkdir -p docs && cp ./README.md ./docs/README.md"
},
"files": [
"target"
],
"repository": {
"type": "git",
"url": "git+https://github.com/antongolub/actions-setup-bun.git"
Expand All @@ -24,6 +28,7 @@
"homepage": "https://github.com/antongolub/actions-setup-bun#readme",
"dependencies": {
"@actions/core": "^1.9.0",
"@actions/exec": "^1.1.1"
"@actions/exec": "^1.1.1",
"@vercel/ncc": "^0.34.0"
}
}
Loading

0 comments on commit 3d2632b

Please sign in to comment.