new component model

This commit is contained in:
ceolter
2016-09-12 13:45:37 +01:00
parent 8804a01de3
commit c703eaf89c

View File

@@ -1,6 +1,6 @@
{
"name": "ag-grid-react-example",
"version": "5.4.0",
"version": "5.5.0",
"description": "Example Reach applicaiton using ag-Grid.",
"main": "dist/ag-grid-react-example.js",
"scripts": {
@@ -35,8 +35,8 @@
"dependencies": {
"react": "0.14.6",
"react-dom": "0.14.6",
"ag-grid": "~5.4.0",
"ag-grid-enterprise": "~5.4.0",
"ag-grid-react": "~5.4.0"
"ag-grid": "file:../ag-grid-release/ag-grid",
"ag-grid-enterprise": "file:../ag-grid-release/ag-grid",
"ag-grid-react": "file:../ag-grid-react"
}
}