feat: v0.1.1

* docs: update README.md
chore: file splitting

* docs: update README, keywords, FUNDING
This commit is contained in:
Chen Asraf
2022-11-10 23:50:20 +02:00
committed by GitHub
parent bd2681ddf5
commit fe5472578e
7 changed files with 345 additions and 236 deletions

View File

@@ -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",