Skip to content

Commit

Permalink
correct package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
chunlampang committed Jun 7, 2019
1 parent f6021c6 commit 3e2f5b5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "vue-translations",
"version": "1.0.1",
"description": "Extremely simple code, flexible, and Javascript friendly translations plugin for Vue.",
"name": "vue-js-translations",
"version": "1.1.1",
"description": "Javascript friendly translations plugin for Vue.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chunlampang/vue-translations.git"
"url": "git+https://github.com/chunlampang/vue-js-translations.git"
},
"author": "chunlampang",
"license": "MIT",
"bugs": {
"url": "https://github.com/chunlampang/vue-translations/issues"
"url": "https://github.com/chunlampang/vue-js-translations/issues"
},
"homepage": "https://github.com/chunlampang/vue-translations#readme"
"homepage": "https://github.com/chunlampang/vue-js-translations#readme"
}

0 comments on commit 3e2f5b5

Please sign in to comment.