From 07d3866e29e04ffcecc64b16e1cf13342352a306 Mon Sep 17 00:00:00 2001 From: Dima Vyshniakov Date: Wed, 29 Nov 2023 17:21:58 +0100 Subject: [PATCH] fix docs --- README.md | 2 +- package.json | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 31888341..6b891725 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ # NPM library Create React App template -NPM library Create React App template logo +[![NPM library Create React App template logo](./design/banner.png)](#) [Create React App](https://github.com/facebook/create-react-app) (CRA) template to build and publish NPM libraries with **rollup**, **eslint** and **stylelint** configurations. diff --git a/package.json b/package.json index 1cc99fcf..344844f6 100644 --- a/package.json +++ b/package.json @@ -19,9 +19,10 @@ "library", "babel", "publish", - "create-react-library" + "create-react-library", + "typescript" ], - "description": "Create React App template to build and publish NPM libraries with rollup, eslint and stylelint", + "description": "Create React App template to build and publish NPM libraries with Typescript support, and rollup, eslint and stylelint configurations", "main": "template.json", "module": "dist/index.esm.js", "style": "dist/style.css",