Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Dec 21, 2020
1 parent 219608e commit 6d9fb30
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "vue-i18n-jest",
"description": "vue-jest wrapper for i18n custom blocks",
"description": "vue-jest transformer for i18n custom blocks",
"version": "0.2.1",
"author": {
"name": "kazuya kawaguchi",
"email": "kawakazu80@gmail.com"
},
"bugs": {
"url": "https://github.com/kazupon/vue-i18n-jest/issues"
"url": "https://github.com/intlify/vue-i18n-jest/issues"
},
"changelog": {
"labels": {
Expand Down Expand Up @@ -53,7 +53,7 @@
"node": ">= 10"
},
"files": ["lib"],
"homepage": "https://github.com/kazupon/vue-i18n-jest#readme",
"homepage": "https://github.com/intlify/vue-i18n-jest#readme",
"keywords": [
"i18n",
"jest",
Expand All @@ -69,7 +69,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/kazupon/vue-i18n-jest.git"
"url": "git+https://github.com/intlify/vue-i18n-jest.git"
},
"scripts": {
"build": "tsc -p .",
Expand Down

0 comments on commit 6d9fb30

Please sign in to comment.