Skip to content

Commit 5d1e57d

Browse files
committed
update readme and package info
1 parent 5396594 commit 5d1e57d

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
![npm](https://img.shields.io/npm/v/jsx-middlewares?style=for-the-badge)
2-
![NPM](https://img.shields.io/npm/l/jsx-middlewares?style=for-the-badge)
3-
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/KurtGokhan/jsx-middlewares/ci.yml?style=for-the-badge)
1+
[![npm](https://img.shields.io/npm/v/jsx-middlewares?style=for-the-badge)](https://www.npmjs.com/package/jsx-middlewares)
2+
[![NPM](https://img.shields.io/npm/l/jsx-middlewares?style=for-the-badge)](https://github.com/KurtGokhan/jsx-middlewares/blob/main/LICENSE)
3+
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/KurtGokhan/jsx-middlewares/ci.yml?style=for-the-badge)](https://github.com/KurtGokhan/jsx-middlewares/actions/workflows/ci.yml)
44

55
# JSX Middlewares
66

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"name": "jsx-middlewares",
33
"description": "Transform rendered JSX with middlewares",
4+
"homepage": "https://gkurt.com/jsx-middlewares/",
5+
"repository": {
6+
"type": "git",
7+
"url": "http://github.com/KurtGokhan/jsx-middlewares"
8+
},
49
"keywords": [
510
"jsx",
611
"react",

0 commit comments

Comments
 (0)