File tree 1 file changed +9
-7
lines changed
1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " auto-author-assign" ,
3
3
"version" : " 1.6.2" ,
4
4
"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." ,
7
6
"scripts" : {
8
7
"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 "
11
10
},
12
11
"repository" : {
13
12
"type" : " git" ,
14
13
"url" : " git+https://github.com/toshimaru/auto-author-assign.git"
15
14
},
16
15
"keywords" : [
17
- " github " ,
18
- " actions " ,
19
- " github-action "
16
+ " GitHub " ,
17
+ " Actions " ,
18
+ " JavaScript "
20
19
],
21
20
"author" : " toshimaru" ,
22
21
"license" : " MIT" ,
23
22
"bugs" : {
24
23
"url" : " https://github.com/toshimaru/auto-author-assign/issues"
25
24
},
25
+ "exports" : {
26
+ "." : " ./dist/index.js"
27
+ },
26
28
"engines" : {
27
29
"node" : " >=20"
28
30
},
You can’t perform that action at this time.
0 commit comments