Skip to content

Commit aa12f87

Browse files
committed
fixed build process
1 parent 8633155 commit aa12f87

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,6 +1,6 @@
11
{
22
"name": "react-web-gifted-chat",
3-
"version": "0.0.3",
3+
"version": "0.0.5",
44
"description": "The most complete chat UI for React Web",
55
"main": "dist/index.js",
66
"repository": {
@@ -22,7 +22,7 @@
2222
"homepage": "https://github.com/stermedia/react-web-gifted-chat#readme",
2323
"scripts": {
2424
"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/"
25+
"compile": "export BABEL_ENV='production' && rm -rf ./dist && mkdir dist && babel src --out-dir dist --ignore **/__tests__ "
2626
},
2727
"devDependencies": {
2828
"@babel/cli": "^7.1.5",

0 commit comments

Comments
 (0)