From 67af64ea9d785e57c9e859d6a2ab216036db6d52 Mon Sep 17 00:00:00 2001 From: Sean Landsman Date: Thu, 15 Sep 2016 15:05:56 +0100 Subject: [PATCH] Release of 6.0.1 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index ec6ba5d..02b4df1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ag-grid-react-example", - "version": "5.5.0", + "version": "6.0.1", "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": "file:../ag-grid-release/ag-grid", - "ag-grid-enterprise": "file:../ag-grid-release/ag-grid", - "ag-grid-react": "file:../ag-grid-react" + "ag-grid": "~6.0.1", + "ag-grid-enterprise": "~6.0.1", + "ag-grid-react": "~6.0.1" } }