Skip to content

Commit

Permalink
docs: updates package and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nwpray committed Feb 17, 2020
1 parent 13e263f commit 2736ed7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -398,3 +398,5 @@ Here is a list of other react form projects that are similar in purpose to `reac
- Better error messages for poor use of api
- Test coverage
- Optimize Depencencies
- Hosted docs
- Bundle optimization
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"version": "1.0.0",
"description": "A react forms library",
"main": "dist/index.js",
"keywords": [
"form",
"react",
"react-forms",
"validation",
"reactjs"
],
"dependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.4",
Expand Down Expand Up @@ -43,7 +50,7 @@
"url": "git+https://github.com/nwpray/react-forms-system.git"
},
"author": "Nick Pray",
"license": "ISC",
"license": "MIT",
"bugs": {
"url": "https://github.com/nwpray/react-forms-system/issues"
},
Expand Down

0 comments on commit 2736ed7

Please sign in to comment.