mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-23 10:09:54 +00:00
chore: Update package.json
This commit is contained in:
parent
147da60f8f
commit
0401be4ed7
1 changed files with 6 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"name": "install-nextflow-action",
|
||||
"version": "1.2.0",
|
||||
"description": "",
|
||||
"main": "dist/index.js",
|
||||
"description": "An action to install Nextflow into a GitHub Actions workflow and make it available for subsequent steps.",
|
||||
"scripts": {
|
||||
"format": "prettier --write '**/*.ts'",
|
||||
"format-check": "prettier --check '**/*.ts'",
|
||||
|
@ -10,7 +10,11 @@
|
|||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"build": "ncc build index.ts --license LICENSE"
|
||||
},
|
||||
"keywords": [],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nf-core/setup-nextflow.git"
|
||||
},
|
||||
"keywords": ["actions", "node", "setup"],
|
||||
"author": "nf-core",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in a new issue