From aafdfc1a62c570739eda55cd5322637e17dd4012 Mon Sep 17 00:00:00 2001 From: Sean Landsman Date: Thu, 29 Aug 2019 14:49:26 +0100 Subject: [PATCH] Update dist files --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 367859f..26693b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ag-grid-react-example", - "version": "21.0.0", + "version": "21.2.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",