From 3e2f5b5ce809f58f07a1a2f07f0b579b72b6ff0e Mon Sep 17 00:00:00 2001 From: Pang Chun Lam Date: Fri, 7 Jun 2019 10:13:50 +0800 Subject: [PATCH] correct package.json --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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" }