Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
Release of 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlandsman committed Oct 3, 2016
1 parent 67af64e commit 4829b2f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ag-grid-react-example",
"version": "6.0.1",
"version": "6.1.0",
"description": "Example Reach applicaiton using ag-Grid.",
"main": "dist/ag-grid-react-example.js",
"scripts": {
Expand All @@ -27,6 +27,7 @@
"babel-loader": "6.2.1",
"babel-preset-es2015": "6.3.13",
"babel-preset-react": "6.3.13",
"babel-core": "^6.0.0",
"css-loader": "0.23.1",
"style-loader": "0.13.0",
"webpack": "1.12.11",
Expand All @@ -35,8 +36,8 @@
"dependencies": {
"react": "0.14.6",
"react-dom": "0.14.6",
"ag-grid": "~6.0.1",
"ag-grid-enterprise": "~6.0.1",
"ag-grid-react": "~6.0.1"
"ag-grid": "6.1.x",
"ag-grid-enterprise": "6.1.x",
"ag-grid-react": "6.1.x"
}
}

0 comments on commit 4829b2f

Please sign in to comment.