@fajarmaulana/komerce-lp-helper 0.2.0 → 0.2.1

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -5,7 +5,7 @@ A collection of useful React hooks, utilities, and helper functions designed for
5
5
  ## Installation
6
6
 
7
7
  ```bash
8
- npm install komerce-lp-helper
8
+ npm install @fajarmaulana/komerce-lp-helper
9
9
  ```
10
10
 
11
11
  ## Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fajarmaulana/komerce-lp-helper",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Helper functions, hooks, and utils for Komerce LP",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -46,7 +46,8 @@
46
46
  "router",
47
47
  "fetcher",
48
48
  "utils",
49
- "hooks"
49
+ "hooks",
50
+ "form"
50
51
  ],
51
52
  "repository": {
52
53
  "type": "git",