Skip to content

Commit df7c2a1

Browse files
committed
Update package.json
1 parent 947f128 commit df7c2a1

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

package.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "astro-qiita-loader",
33
"version": "0.0.1",
4+
"description": "Qiita API Loader for Astro",
45
"type": "module",
56
"exports": {
67
".": "./index.ts"
@@ -10,12 +11,21 @@
1011
"index.ts"
1112
],
1213
"keywords": [
13-
"withastro"
14+
"withastro",
15+
"astro-loader",
16+
"qiita"
1417
],
18+
"repository": {
19+
"type": "git",
20+
"url": "git+https://github.com/t0yohei/astro-qiita-loader.git"
21+
},
22+
"homepage": "https://github.com/t0yohei/astro-qiita-loader.git",
23+
"author": "t0yohei <k.t0yohei@gmail.com>",
24+
"license": "MIT",
1525
"devDependencies": {
1626
"astro": "^5.3.0"
1727
},
1828
"peerDependencies": {
19-
"astro": "^4.0.0"
29+
"astro": "^5.0.0"
2030
}
2131
}

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -956,7 +956,7 @@ __metadata:
956956
dependencies:
957957
astro: "npm:^5.3.0"
958958
peerDependencies:
959-
astro: ^4.0.0
959+
astro: ^5.0.0
960960
languageName: unknown
961961
linkType: soft
962962

0 commit comments

Comments
 (0)