still need bundling
This commit is contained in:
2851
build/index.js
Normal file
2851
build/index.js
Normal file
File diff suppressed because it is too large
Load Diff
@@ -2,7 +2,11 @@
|
||||
"name": "setup-lix",
|
||||
"version": "1.0.1",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"build": "ncc build src/index.js -o build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@actions/core": "^1.9.1"
|
||||
"@actions/core": "^1.9.1",
|
||||
"@zeit/ncc": "^0.22.3"
|
||||
}
|
||||
}
|
||||
|
@@ -17,6 +17,11 @@
|
||||
dependencies:
|
||||
tunnel "^0.0.6"
|
||||
|
||||
"@zeit/ncc@^0.22.3":
|
||||
version "0.22.3"
|
||||
resolved "https://registry.yarnpkg.com/@zeit/ncc/-/ncc-0.22.3.tgz#fca6b86b4454ce7a7e1e7e755165ec06457f16cd"
|
||||
integrity sha512-jnCLpLXWuw/PAiJiVbLjA8WBC0IJQbFeUwF4I9M+23MvIxTxk5pD4Q8byQBSPmHQjz5aBoA7AKAElQxMpjrCLQ==
|
||||
|
||||
tunnel@^0.0.6:
|
||||
version "0.0.6"
|
||||
resolved "https://registry.yarnpkg.com/tunnel/-/tunnel-0.0.6.tgz#72f1314b34a5b192db012324df2cc587ca47f92c"
|
||||
|
Reference in New Issue
Block a user