Skip to content

Commit 6dac06e

Browse files
committed
Added repository and keywords
1 parent fd8e0a7 commit 6dac06e

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

package.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,28 @@
22
"name": "react-constraint-validation",
33
"version": "0.1.0",
44
"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",
520
"main": "dist/index.js",
621
"typings": "dist/index.d.ts",
722
"scripts": {
823
"test": "jest",
924
"test-watch": "jest --watch",
1025
"build": "tsc"
1126
},
12-
"author": "pstrh",
13-
"license": "MIT",
1427
"devDependencies": {
1528
"@types/jest": "23.3.0",
1629
"@types/react": "16.4.6",

0 commit comments

Comments
 (0)