mirror of
https://github.com/chenasraf/formplex-react.git
synced 2026-05-18 01:49:08 +00:00
feat: v0.1.1
* docs: update README.md chore: file splitting * docs: update README, keywords, FUNDING
This commit is contained in:
15
package.json
15
package.json
@@ -1,7 +1,17 @@
|
||||
{
|
||||
"name": "formplex-react",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"description": "Incredibly easy & flexible React form hooks",
|
||||
"keywords": [
|
||||
"react",
|
||||
"hook",
|
||||
"form",
|
||||
"formplex",
|
||||
"formplex-react",
|
||||
"react-hook",
|
||||
"react-hook-form",
|
||||
"react-form-hook"
|
||||
],
|
||||
"main": "index.js",
|
||||
"repository": "https://github.com/chenasraf/formplex-react",
|
||||
"author": "Chen Asraf <contact@casraf.dev>",
|
||||
@@ -13,9 +23,6 @@
|
||||
"docs:build": "typedoc --out docs src/index.ts",
|
||||
"watch": "webpack --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": ">16"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.0.25",
|
||||
"@typescript-eslint/eslint-plugin": "^5.42.1",
|
||||
|
||||
Reference in New Issue
Block a user