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:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user