There is a dependency (to be eliminated) in the release script and the order of the projects in the package.json

This commit is contained in:
Alberto
2017-05-22 15:06:18 +01:00
parent 93fd0fe112
commit 5fbdb690af

View File

@@ -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"
}
}