@maebgch/rcs-emulator 0.1.1 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +0 -22
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,8 +12,6 @@ Reusable, production-ready emulator UI for RCS Business Messaging (RBM). Ships a
12
12
 
13
13
  ## Installation
14
14
 
15
- ### From npm (once published)
16
-
17
15
  ```bash
18
16
  npm install @maebgch/rcs-emulator
19
17
  # or
@@ -22,26 +20,6 @@ pnpm add @maebgch/rcs-emulator
22
20
  yarn add @maebgch/rcs-emulator
23
21
  ```
24
22
 
25
- ### Local install (for development/testing)
26
-
27
- If you want to test the package locally before it's published or use a local development version:
28
-
29
- 1. **Build and pack the library:**
30
-
31
- ```bash
32
- npm install
33
- npm run build:lib
34
- npm pack # produces maebgch-rcs-emulator-0.1.0.tgz
35
- ```
36
-
37
- 2. **In your consuming project:**
38
-
39
- ```bash
40
- npm install ../path/to/maebgch-rcs-emulator-0.1.0.tgz
41
- # or
42
- pnpm add file:../path/to/maebgch-rcs-emulator-0.1.0.tgz
43
- ```
44
-
45
23
  ## Quick Start
46
24
 
47
25
  ```tsx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maebgch/rcs-emulator",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "A production-ready React component library for emulating RCS Business Messaging (RBM) device UI",
5
5
  "type": "module",
6
6
  "main": "dist/rcs-emulator.cjs.js",