diff --git a/package.json b/package.json index a5304c2..a4aa085 100644 --- a/package.json +++ b/package.json @@ -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" }