Skip to content
This repository was archived by the owner on Dec 4, 2024. It is now read-only.

Commit 6d9fb30

Browse files
committed
update
1 parent 219608e commit 6d9fb30

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "vue-i18n-jest",
3-
"description": "vue-jest wrapper for i18n custom blocks",
3+
"description": "vue-jest transformer for i18n custom blocks",
44
"version": "0.2.1",
55
"author": {
66
"name": "kazuya kawaguchi",
77
"email": "[email protected]"
88
},
99
"bugs": {
10-
"url": "https://github.com/kazupon/vue-i18n-jest/issues"
10+
"url": "https://github.com/intlify/vue-i18n-jest/issues"
1111
},
1212
"changelog": {
1313
"labels": {
@@ -53,7 +53,7 @@
5353
"node": ">= 10"
5454
},
5555
"files": ["lib"],
56-
"homepage": "https://github.com/kazupon/vue-i18n-jest#readme",
56+
"homepage": "https://github.com/intlify/vue-i18n-jest#readme",
5757
"keywords": [
5858
"i18n",
5959
"jest",
@@ -69,7 +69,7 @@
6969
},
7070
"repository": {
7171
"type": "git",
72-
"url": "git+https://github.com/kazupon/vue-i18n-jest.git"
72+
"url": "git+https://github.com/intlify/vue-i18n-jest.git"
7373
},
7474
"scripts": {
7575
"build": "tsc -p .",

0 commit comments

Comments
 (0)