Skip to content

Commit 7d7950a

Browse files
author
akri11
committed
changing license
1 parent 49c844d commit 7d7950a

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,6 @@ export default class App extends Component {
251251

252252
---
253253

254-
[MIT License.](https://github.com/jaredpalmer/formik/blob/master/LICENSE)
254+
[MIT License.]
255255

256256
---

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@
88
"keywords": [
99
"react-form",
1010
"reactForm",
11-
"jsonForm",
1211
"reactJsonForm",
1312
"reactFormWrapper",
1413
"reactFormContainer",
1514
"formik",
1615
"stateManageForm",
17-
"state-manage-form"
16+
"forms",
17+
"higher order component",
18+
"hoc"
1819
],
1920
"main": "dist/index.js",
2021
"module": "dist/index.es.js",
@@ -34,8 +35,8 @@
3435
},
3536
"peerDependencies": {
3637
"prop-types": "^15.5.4",
37-
"react": "^15.0.0 || ^16.0.0",
38-
"react-dom": "^15.0.0 || ^16.0.0"
38+
"react": "^16.8.6",
39+
"react-dom": "^16.8.6"
3940
},
4041
"devDependencies": {
4142
"babel-core": "^6.26.3",

0 commit comments

Comments
 (0)