Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
Add missing "main": "template.json" item to package.json (faceboo…
Browse files Browse the repository at this point in the history
  • Loading branch information
Dergash committed May 26, 2020
1 parent 207d4b1 commit 2cf9416
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tesler-ui/cra-template-typescript",
"version": "0.1.0",
"version": "0.1.1",
"license": "Apache-2.0",
"keywords": [
"tesler",
Expand All @@ -15,6 +15,7 @@
"type": "git",
"url": "https://github.com/tesler-platform/cra-template-typescript.git"
},
"main": "template.json",
"files": [
"template",
"template.json"
Expand Down

0 comments on commit 2cf9416

Please sign in to comment.