
* Just write simple js * run ci on all branches * no longer require version * still need bundling * use bundled one
13 lines
208 B
JSON
13 lines
208 B
JSON
{
|
|
"name": "setup-lix",
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "ncc build src/index.js -o build"
|
|
},
|
|
"devDependencies": {
|
|
"@actions/core": "^1.9.1",
|
|
"@zeit/ncc": "^0.22.3"
|
|
}
|
|
}
|