We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cab587 commit 82f79c8Copy full SHA for 82f79c8
package.json
@@ -1,12 +1,13 @@
1
{
2
"name": "@commt/rn-sdk",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "Ultimate chat plugin for react native applications",
5
- "main": "dist/index.js",
6
- "types": "dist/index.d.ts",
+ "main": "index.js",
+ "types": "index.d.ts",
7
"scripts": {
8
"test": "echo \"Error: no test specified\" && exit 1",
9
- "build": "rm -rf dist/* && npx tsc"
+ "build": "rm -rf dist/* && npx tsc && cp package*.json dist",
10
+ "pub": "npm publish ./dist"
11
},
12
"repository": {
13
"type": "git",
0 commit comments