From dd94f75873a116472bff0cdf05e9cff8667e99a1 Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Sat, 4 Jan 2020 09:35:47 +0900 Subject: [PATCH] Change script build to package --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7698507..b8df946 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Create a repository dispatch event", "main": "index.js", "scripts": { - "build": "ncc build index.js -o dist" + "package": "ncc build index.js -o dist" }, "repository": { "type": "git",