From 4a62f4d12a6590ad1f9bb939dba761149fe0b587 Mon Sep 17 00:00:00 2001 From: Matt Oestreich Date: Sat, 26 Dec 2020 00:37:32 -0600 Subject: [PATCH] Release 2.1.25 update homepage in package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f34a93bc..a1a69895 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "2.1.24", + "version": "2.1.25", "description": "Datatable for React based on https://material-ui.com/api/table/ with additional features", "main": "dist/index.js", "types": "types/index.d.ts", @@ -44,7 +44,7 @@ "bugs": { "url": "https://github.com/material-table-core/core/issues" }, - "homepage": "https://github.com/material-table-core/core#readme", + "homepage": "https://material-table-core.com", "devDependencies": { "@babel/cli": "^7.12.10", "@babel/core": "^7.12.10",