From 6eb9fdf5723141a9560fa0792f436f6147ae8a8f Mon Sep 17 00:00:00 2001 From: Sean Landsman Date: Mon, 15 Jul 2019 08:43:16 +0100 Subject: [PATCH] Release 21.1.0 dist files added and license key updated --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 367859f..376e3b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ag-grid-react-example", - "version": "21.0.0", + "version": "21.1.0", "description": "Example Reach applicaiton using ag-Grid.", "main": "dist/ag-grid-react-example.js", "scripts": { @@ -18,7 +18,7 @@ "build-all": "npm run build-examples && npm run build-dashboard", "build": "npm run clean && npm run mkdirs && npm run build-all && npm run copy", "start": "npm run examples", - "test" : "./ts-tests/runTsTests.sh" + "test": "./ts-tests/runTsTests.sh" }, "repository": { "type": "git", @@ -73,4 +73,4 @@ "react-router-dom": "5.0.0", "redux": "4.0.1" } -} +} \ No newline at end of file