From a69e306c2f8e1d978c9e418da9ad944351b4e6a4 Mon Sep 17 00:00:00 2001 From: jim Date: Thu, 10 May 2018 20:14:11 +0800 Subject: [PATCH] move package --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index eeb2db45..c1c2c013 100755 --- a/package.json +++ b/package.json @@ -24,9 +24,6 @@ "@antv/data-set": "^0.8.0", "@babel/polyfill": "^7.0.0-beta.36", "antd": "^3.4.3", - "antd-theme-webpack-plugin": "^1.0.8", - "babel-plugin-transform-decorators-legacy": "^1.3.4", - "babel-runtime": "^6.9.2", "bizcharts": "^3.1.5", "bizcharts-plugin-slider": "^2.0.3", "classnames": "^2.2.5", @@ -59,6 +56,9 @@ "babel-plugin-import": "^1.6.7", "babel-plugin-module-resolver": "^3.1.1", "cross-env": "^5.1.1", + "antd-theme-webpack-plugin": "^1.0.8", + "babel-plugin-transform-decorators-legacy": "^1.3.4", + "babel-runtime": "^6.9.2", "cross-port-killer": "^1.0.1", "enzyme": "^3.1.0", "eslint": "^4.14.0", -- GitLab