We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc177ef commit 6732c2eCopy full SHA for 6732c2e
packages/editor-core/package.json
@@ -14,6 +14,9 @@
14
"peerDependencies": {
15
"@data-driven-forms/dnd": "*"
16
},
17
+ "devDependencies": {
18
+ "@data-driven-forms/dnd": "*"
19
+ },
20
"license": "Apache-2.0",
21
"scripts": {
22
"lint": "eslint . --ext .ts",
packages/editor-pro/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@data-driven-forms/editor-pro",
3
"version": "0.0.4",
4
- "description": "---",
+ "description": "DnD editor based on EvergreenUI for React Forms",
5
"main": "index.js",
6
"module": "esm/index.js",
7
"typings": "index.d.ts",
0 commit comments