Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
toshimaru committed Sep 24, 2023
1 parent 4647a30 commit 52c41c8
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,29 @@
"name": "auto-author-assign",
"version": "1.6.2",
"private": true,
"description": "GitHub Actions: Assign pull request author automatically.",
"main": "src/index.js",
"description": "GitHub Actions: Assign the pull request author automatically.",
"scripts": {
"build": "ncc build src/index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"release": "standard-version"
"release": "standard-version",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/toshimaru/auto-author-assign.git"
},
"keywords": [
"github",
"actions",
"github-action"
"GitHub",
"Actions",
"JavaScript"
],
"author": "toshimaru",
"license": "MIT",
"bugs": {
"url": "https://github.com/toshimaru/auto-author-assign/issues"
},
"exports": {
".": "./dist/index.js"
},
"engines": {
"node": ">=20"
},
Expand Down

0 comments on commit 52c41c8

Please sign in to comment.