Skip to content

Commit 7d11d47

Browse files
authored
Merge pull request #19 from st-tech/package-info
chore: fix package info
2 parents 5af4683 + 3043f2f commit 7d11d47

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,7 @@ const { status, stdout, stderr } = await swcutil({
5252
// ...
5353
});
5454
```
55+
56+
## LICENSE
57+
58+
MIT

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"description": "Check apple-app-site-association file",
44
"version": "0.1.0",
55
"type": "module",
6-
"module": "dist/index.js",
6+
"main": "dist/index.js",
7+
"types": "dist/index.d.ts",
78
"exports": {
89
".": {
910
"types": "./dist/index.d.ts",
@@ -31,7 +32,11 @@
3132
"universal links",
3233
"test"
3334
],
34-
"author": "TOMIKAWA Sotaro",
35+
"author": "ZOZO inc.",
36+
"repository": {
37+
"type": "git",
38+
"url": "git+https://github.com/st-tech/universal-links-test.git"
39+
},
3540
"license": "MIT",
3641
"packageManager": "[email protected]+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c",
3742
"devDependencies": {

0 commit comments

Comments
 (0)