From f4e0320b573741b23508b4f164b53df114c4bd82 Mon Sep 17 00:00:00 2001 From: yeanzhi <807754634@qq.com> Date: Wed, 13 Feb 2019 15:39:32 +0000 Subject: [PATCH] relase: 6.0.1 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 930214c..2279b7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rabjs", - "version": "6.0.0", + "version": "6.0.1", "description": "React and redux based framework.", "author": "yanzhi", "repository": "https://github.com/ximing/rab", @@ -41,6 +41,7 @@ "warning": "^4.0.3" }, "devDependencies": { + "@babel/cli": "^7.2.3", "@babel/core": "^7.2.2", "@babel/plugin-external-helpers": "^7.2.0", "@babel/plugin-proposal-class-properties": "^7.3.0",