@maebgch/rcs-emulator 0.1.2 → 0.1.4

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 -4
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -166,7 +166,3 @@ function App() {
166
166
  ## License
167
167
 
168
168
  MIT
169
-
170
- ## Contributing
171
-
172
- See [DEVELOPMENT.md](./DEVELOPMENT.md) for development setup and contribution guidelines.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maebgch/rcs-emulator",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
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",
@@ -15,6 +15,7 @@
15
15
  "./style.css": "./dist/style.css"
16
16
  },
17
17
  "files": [
18
+ "README.md",
18
19
  "dist/rcs-emulator.cjs.js",
19
20
  "dist/rcs-emulator.cjs.js.map",
20
21
  "dist/rcs-emulator.es.js",