Skip to content

Commit b3c77a2

Browse files
committed
chore: bump version to 1.0.0 and complete package.json metadata
- Version 1.0.0 (initial public release) - Add description, keywords, repository, bugs and homepage fields - Set strapi.displayName to 'Form Builder CMS'
1 parent ad17e83 commit b3c77a2

1 file changed

Lines changed: 24 additions & 9 deletions

File tree

package.json

Lines changed: 24 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
{
2-
"version": "0.0.0",
3-
"keywords": [],
2+
"name": "strapi-plugin-form-builder-cms",
3+
"version": "1.0.0",
4+
"description": "Visual drag-and-drop form builder plugin for Strapi 5. Create, publish and embed forms on any website.",
5+
"keywords": [
6+
"strapi",
7+
"strapi-plugin",
8+
"form-builder",
9+
"forms",
10+
"drag-and-drop",
11+
"cms"
12+
],
13+
"license": "MIT",
14+
"author": "dev.cluna <dev.cluna@gmail.com>",
15+
"repository": {
16+
"type": "git",
17+
"url": "git+https://github.com/devCluna/strapi-plugin-form-builder-cms.git"
18+
},
19+
"bugs": {
20+
"url": "https://github.com/devCluna/strapi-plugin-form-builder-cms/issues"
21+
},
22+
"homepage": "https://github.com/devCluna/strapi-plugin-form-builder-cms#readme",
423
"type": "commonjs",
524
"exports": {
625
"./package.json": "./package.json",
@@ -67,11 +86,7 @@
6786
"strapi": {
6887
"kind": "plugin",
6988
"name": "strapi-plugin-form-builder-cms",
70-
"displayName": "",
71-
"description": ""
72-
},
73-
"name": "strapi-plugin-form-builder-cms",
74-
"description": "",
75-
"license": "MIT",
76-
"author": "dev.cluna <dev.cluna@gmail.com>"
89+
"displayName": "Form Builder CMS",
90+
"description": "Visual drag-and-drop form builder plugin for Strapi 5"
91+
}
7792
}

0 commit comments

Comments
 (0)