From 5fbdb690af9e05d27bb0a59560649590e8fbe42a Mon Sep 17 00:00:00 2001 From: Alberto Date: Mon, 22 May 2017 15:06:18 +0100 Subject: [PATCH] There is a dependency (to be eliminated) in the release script and the order of the projects in the package.json --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 621f9be..9dc6c9b 100644 --- a/package.json +++ b/package.json @@ -40,16 +40,16 @@ "webpack-dev-server": "1.14.1" }, "dependencies": { - "ag-grid": "10.0.x", - "ag-grid-enterprise": "10.0.x", - "ag-grid-react": "10.0.x", "d3": "4.9.1", "lodash": "4.17.4", "react": "15.5.x", "react-dom": "15.5.x", "react-redux": "5.0.5", "redux": "3.6.0", - "rimraf": "2.5.x" + "rimraf": "2.5.x", + "ag-grid": "10.0.x", + "ag-grid-enterprise": "10.0.x", + "ag-grid-react": "10.0.x" } }