chore: Update package.json

This commit is contained in:
Edmund Miller 2022-11-12 22:16:16 -06:00 committed by Thomas A. Christensen II
parent 147da60f8f
commit 0401be4ed7

View file

@ -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": {