formik-form-components 2.0.1 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "formik-form-components",
3
- "version": "2.0.1",
4
- "description": "Zero-config React form components with Tailwind CSS and Formik - ready to use out of the box",
3
+ "version": "2.0.2",
4
+ "description": "Lightweight React form components built with Tailwind CSS - customizable, accessible, and ready to use",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
7
7
  "types": "dist/index.d.ts",
@@ -40,7 +40,7 @@
40
40
  "license": "MIT",
41
41
  "repository": {
42
42
  "type": "git",
43
- "url": "https://github.com/your-username/formik-form-components"
43
+ "url": "https://github.com/tkturners/formik-form-components"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "react": ">=16.8.0",