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

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
morewings committed Nov 29, 2023
1 parent 376c450 commit 07d3866
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# NPM library Create React App template

<img src="./design/banner.png" alt="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.
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 07d3866

Please sign in to comment.