Skip to content

Commit 52c41c8

Browse files
committed
Update package.json
1 parent 4647a30 commit 52c41c8

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

package.json

+9-7
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,29 @@
22
"name": "auto-author-assign",
33
"version": "1.6.2",
44
"private": true,
5-
"description": "GitHub Actions: Assign pull request author automatically.",
6-
"main": "src/index.js",
5+
"description": "GitHub Actions: Assign the pull request author automatically.",
76
"scripts": {
87
"build": "ncc build src/index.js",
9-
"test": "echo \"Error: no test specified\" && exit 1",
10-
"release": "standard-version"
8+
"release": "standard-version",
9+
"test": "echo \"Error: no test specified\" && exit 1"
1110
},
1211
"repository": {
1312
"type": "git",
1413
"url": "git+https://github.com/toshimaru/auto-author-assign.git"
1514
},
1615
"keywords": [
17-
"github",
18-
"actions",
19-
"github-action"
16+
"GitHub",
17+
"Actions",
18+
"JavaScript"
2019
],
2120
"author": "toshimaru",
2221
"license": "MIT",
2322
"bugs": {
2423
"url": "https://github.com/toshimaru/auto-author-assign/issues"
2524
},
25+
"exports": {
26+
".": "./dist/index.js"
27+
},
2628
"engines": {
2729
"node": ">=20"
2830
},

0 commit comments

Comments
 (0)