From 2a472fe715ad76799513c5de2190a3d82da95498 Mon Sep 17 00:00:00 2001 From: joon Date: Thu, 22 Aug 2019 00:50:35 +0900 Subject: [PATCH] update readme --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a6b6dd..9647c75 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Update -- [x] @style: changed global to scoped 2019/08/22 +- [x] @Style: Style tag changed global to scoped 2019/08/22 ## License diff --git a/package.json b/package.json index 439934e..ccb1009 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-corator", - "version": "1.6.2", + "version": "1.6.5", "description": "this is TypeScript Vue decorator.", "main": "lib/vue-corator.d.ts", "module": "lib/vue-corator.js",