release of 5.0.0-alpha.0

This commit is contained in:
ceolter
2016-06-23 11:11:05 +01:00
parent a22d3da8ce
commit d94d79c1b1

View File

@@ -1,6 +1,6 @@
{
"name": "ag-grid-react-example",
"version": "4.2.0",
"version": "5.0.0-alpha.0",
"description": "Example Reach applicaiton using ag-Grid.",
"main": "dist/ag-grid-react-example.js",
"scripts": {
@@ -34,8 +34,8 @@
"dependencies": {
"react": "0.14.6",
"react-dom": "0.14.6",
"ag-grid": "4.2.x",
"ag-grid-enterprise": "4.2.x",
"ag-grid-react": "4.2.x"
"ag-grid": "~5.0.0-alpha.0",
"ag-grid-enterprise": "~5.0.0-alpha.0",
"ag-grid-react": "~5.0.0-alpha.0"
}
}