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 19cd74a commit c8ce989Copy full SHA for c8ce989
example/package.json
@@ -2,7 +2,7 @@
2
"name": "react-dynamic-fields-example",
3
"homepage": ".",
4
"version": "0.0.0",
5
- "private": true,
+ "private": false,
6
"scripts": {
7
"start": "node ../node_modules/react-scripts/bin/react-scripts.js start",
8
"build": "node ../node_modules/react-scripts/bin/react-scripts.js build",
package.json
@@ -1,6 +1,6 @@
1
{
"name": "react-dynamic-fields",
- "version": "1.0.0",
+ "version": "0.1.0",
"description": "A package to make it easy to auto add fields in react and collect the data",
"author": "OlivierJM",
"license": "MIT",
0 commit comments