From e8646f334a7e256953b7fdfd5e6d9677aa80e6bb Mon Sep 17 00:00:00 2001 From: yusangeng Date: Sun, 17 Feb 2019 07:01:09 +0800 Subject: [PATCH] 3.0.0 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8c18234..1630b43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mix-with", - "version": "2.0.0", + "version": "3.0.0", "description": "A mixin helper of typescript & es6.", "main": "lib/index.js", "jsnext:main": "src/index.ts", @@ -18,6 +18,7 @@ "url": "https://github.com/yusangeng/mix-with.git" }, "keywords": [ + "mixin", "typescript", "typescript-mixin" ], "author": { "name": "yusangeng",