Skip to content

Commit 91a1cf5

Browse files
committed
Release 0.17.19
1 parent f818270 commit 91a1cf5

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
coverage
22
dist
3+
lib
34
node_modules

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-form-controlled",
3-
"version": "0.17.18",
3+
"version": "0.17.19",
44
"description": "Intuitive react forms for building powerful applications",
55
"author": {
66
"name": "Zlatko Fedor",

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export default from './Form';
2+
export Form from './Form';
23
export Input from './Input';
34
export Select from './Select';
45
export Textarea from './Textarea';

0 commit comments

Comments
 (0)