From 2cf9416abedbc6b6fce1d33b0ea605892a64b893 Mon Sep 17 00:00:00 2001 From: kdergachev Date: Tue, 26 May 2020 15:43:52 +0300 Subject: [PATCH] Add missing `"main": "template.json"` item to `package.json` (https://github.com/facebook/create-react-app/pull/8560) --- CHANGELOG.md | 4 ++++ package.json | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eedf049..31a213d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.1.1 + +* Add missing `"main": "template.json"` item to `package.json` (https://github.com/facebook/create-react-app/pull/8560) + # 0.1.0 * Initial release \ No newline at end of file diff --git a/package.json b/package.json index bbc77e6..47f9302 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tesler-ui/cra-template-typescript", - "version": "0.1.0", + "version": "0.1.1", "license": "Apache-2.0", "keywords": [ "tesler", @@ -15,6 +15,7 @@ "type": "git", "url": "https://github.com/tesler-platform/cra-template-typescript.git" }, + "main": "template.json", "files": [ "template", "template.json"