Skip to content

Commit db86a09

Browse files
committed
fix readme
1 parent 25fade3 commit db86a09

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[![npm](https://img.shields.io/npm/v/@codingapi/form-pc.svg)](https://www.npmjs.com/package/@codingapi/form-pc)
12
# Form PC
23

34
基于PC的Form表单渲染引擎

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codingapi/form-pc",
3-
"version": "0.0.23",
3+
"version": "0.0.24",
44
"description": "A UI Framework built with React and TypeScript",
55
"keywords": [
66
"ui",
@@ -36,7 +36,7 @@
3636
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
3737
},
3838
"dependencies": {
39-
"@codingapi/ui-framework": "^0.0.23",
39+
"@codingapi/ui-framework": "^0.0.24",
4040
"monaco-editor": "^0.52.2"
4141
},
4242
"scripts": {

0 commit comments

Comments
 (0)