Change script build to package

This commit is contained in:
Peter Evans
2020-01-04 09:35:47 +09:00
parent 23c9cd4b68
commit dd94f75873

View File

@@ -4,7 +4,7 @@
"description": "Create a repository dispatch event", "description": "Create a repository dispatch event",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"build": "ncc build index.js -o dist" "package": "ncc build index.js -o dist"
}, },
"repository": { "repository": {
"type": "git", "type": "git",