Skip to content

Commit fbcc4c4

Browse files
committed
v01
1 parent e659b4e commit fbcc4c4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-formular",
3-
"version": "1.0.0",
4-
"description": "A simple React library that helps with forms.",
3+
"version": "0.1.0",
4+
"description": "This libraray is an experimental approach to bind forms and its inputs and editors together using the new React Context API. It aims to be fully customizable and composable. It´s only a set of Higher-Order-Components. Because of the decoupled nature, Middlewares makes it easy to build custom Validations, Security Guards and other data interceptors. ",
55
"author": "theluk",
66
"license": "MIT",
77
"repository": "theluk/react-formular",
@@ -19,9 +19,6 @@
1919
"storybook": "start-storybook -p 9009",
2020
"build-storybook": "build-storybook"
2121
},
22-
"dependencies": {
23-
"shallow-equals": "^1.0.0"
24-
},
2522
"peerDependencies": {
2623
"prop-types": "^15.5.4",
2724
"react": "^15.0.0 || ^16.0.0",

0 commit comments

Comments
 (0)