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"