Files
setup-lix/package.json
Kevin Leung 5d98ddc5d0 Remove hardcoded version (#11)
* Just write simple js

* run ci on all branches

* no longer require version

* still need bundling

* use bundled one
2025-02-24 16:54:49 +11:00

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"
}
}