Skip to content

Commit 9c5f195

Browse files
committed
fix: add homepage and readme into npm package
1 parent 8b06eb0 commit 9c5f195

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# AdminForth RichEditor Plugin
22

3-
<img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT" />
4-
<img src="https://woodpecker.devforth.io/api/badges/3848/status.svg" alt="Build Status" /> <a href="https://www.npmjs.com/package/@adminforth/rich-editor"><img src="https://img.shields.io/npm/dt/@adminforth/rich-editor" alt="npm downloads" /></a>
5-
<a href="https://www.npmjs.com/package/@adminforth/rich-editor"><img src="https://img.shields.io/npm/v/@adminforth/rich-editor" alt="npm version" /></a> <a href="https://www.npmjs.com/package/@adminforth/rich-editor"><img src="https://img.shields.io/bundlephobia/minzip/@adminforth/rich-editor" alt="npm bundle size" /></a>
6-
3+
<img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT" /> <img src="https://woodpecker.devforth.io/api/badges/3848/status.svg" alt="Build Status" /> <a href="https://www.npmjs.com/package/@adminforth/rich-editor"> <img src="https://img.shields.io/npm/dt/@adminforth/rich-editor" alt="npm downloads" /></a> <a href="https://www.npmjs.com/package/@adminforth/rich-editor"><img src="https://img.shields.io/npm/v/@adminforth/rich-editor" alt="npm version" /></a> <a href="https://www.npmjs.com/package/@adminforth/rich-editor">
74

85
Allows to add a rich text editor to your AdminForth text columns.
96

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"prepare": "npm link adminforth",
1010
"build": "tsc && rsync -av --exclude 'node_modules' custom dist/"
1111
},
12+
"homepage": "https://adminforth.dev/docs/tutorial/Plugins/RichEditor/",
1213
"repository": {
1314
"type": "git",
1415
"url": "https://github.com/devforth/adminforth-rich-editor.git"

0 commit comments

Comments
 (0)