Skip to content

Commit

Permalink
chore(release): v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Liberty-liu committed Sep 12, 2023
1 parent 336d8d3 commit 7f3c51b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "everright-formeditor",
"version": "1.2.0",
"version": "1.2.1",
"description": "🦮 Powerful lowcode|vue form editor,generator,designer,builder library. It provides an easy way to create custom forms. The project is extensible, easy to use and configure, and provides many commonly used form components and functions(vue可视化低代码表单设计器、表单编辑器、element-plus vant表单设计)",
"files": [
"dist",
Expand Down Expand Up @@ -31,7 +31,8 @@
"import": "./dist/Everright-formEditor.js",
"require": "./dist/Everright-formEditor.umd.cjs"
},
"./dist/style.css": "./dist/style.css"
"./dist/style.css": "./dist/style.css",
"./packages/formEditor/componentsConfig.js": "./packages/formEditor/componentsConfig.js"
},
"scripts": {
"dev:server": "nodemon server --watch server",
Expand Down

0 comments on commit 7f3c51b

Please sign in to comment.