From edde65cf1e834b2546e820d789248accc210e09b Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Sun, 13 Nov 2022 16:47:47 -0600 Subject: [PATCH] build: lib => lib/src --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 714ae7a..cc67162 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "install-nextflow-action", "version": "1.2.0", "description": "An action to install Nextflow into a GitHub Actions workflow and make it available for subsequent steps.", - "main": "lib/main.js", + "main": "lib/src/main.js", "scripts": { "build": "tsc", "format": "prettier --write '**/*.{ts,js,yml,md,json}'",