Skip to content

Commit f957447

Browse files
committed
add Readme file into main folder
1 parent ed46ee9 commit f957447

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@commt/rn-sdk",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Ultimate chat plugin for react native applications",
55
"main": "index.js",
66
"types": "index.d.ts",
77
"scripts": {
88
"test": "echo \"Error: no test specified\" && exit 1",
9-
"build": "rm -rf dist/* && npx tsc && cp package*.json dist",
9+
"build": "rm -rf dist/* && npx tsc && cp package*.json Readme.md dist",
1010
"pub": "npm publish ./dist"
1111
},
1212
"repository": {

0 commit comments

Comments
 (0)