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 fd8e0a7 commit 6dac06eCopy full SHA for 6dac06e
package.json
@@ -2,15 +2,28 @@
2
"name": "react-constraint-validation",
3
"version": "0.1.0",
4
"description": "Constraint validation for react as HOC",
5
+ "repository": "pstrh/react-constraint-validation",
6
+ "keywords": [
7
+ "react-constraint-validation",
8
+ "react",
9
+ "html constraint validation",
10
+ "validation",
11
+ "react-dom",
12
+ "formik",
13
+ "form",
14
+ "forms",
15
+ "higher order component",
16
+ "hoc"
17
+ ],
18
+ "author": "pstrh",
19
+ "license": "MIT",
20
"main": "dist/index.js",
21
"typings": "dist/index.d.ts",
22
"scripts": {
23
"test": "jest",
24
"test-watch": "jest --watch",
25
"build": "tsc"
26
},
- "author": "pstrh",
- "license": "MIT",
27
"devDependencies": {
28
"@types/jest": "23.3.0",
29
"@types/react": "16.4.6",
0 commit comments