Skip to content

Commit c8ce989

Browse files
committed
correct version
1 parent 19cd74a commit c8ce989

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-dynamic-fields-example",
33
"homepage": ".",
44
"version": "0.0.0",
5-
"private": true,
5+
"private": false,
66
"scripts": {
77
"start": "node ../node_modules/react-scripts/bin/react-scripts.js start",
88
"build": "node ../node_modules/react-scripts/bin/react-scripts.js build",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dynamic-fields",
3-
"version": "1.0.0",
3+
"version": "0.1.0",
44
"description": "A package to make it easy to auto add fields in react and collect the data",
55
"author": "OlivierJM",
66
"license": "MIT",

0 commit comments

Comments
 (0)