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 8633155 commit aa12f87Copy full SHA for aa12f87
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-web-gifted-chat",
3
- "version": "0.0.3",
+ "version": "0.0.5",
4
"description": "The most complete chat UI for React Web",
5
"main": "dist/index.js",
6
"repository": {
@@ -22,7 +22,7 @@
22
"homepage": "https://github.com/stermedia/react-web-gifted-chat#readme",
23
"scripts": {
24
"lint": "eslint . --ext .js,.jsx",
25
- "compile": "export BABEL_ENV='production' && rm -rf ./dist && mkdir dist && babel src --out-dir dist --ignore **/__tests__ && cp package.json dist/ && cp README.md dist/"
+ "compile": "export BABEL_ENV='production' && rm -rf ./dist && mkdir dist && babel src --out-dir dist --ignore **/__tests__ "
26
},
27
"devDependencies": {
28
"@babel/cli": "^7.1.5",
0 commit comments