Skip to content

Commit

Permalink
fixed build process
Browse files Browse the repository at this point in the history
  • Loading branch information
johniak committed Nov 25, 2018
1 parent 8633155 commit aa12f87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-web-gifted-chat",
"version": "0.0.3",
"version": "0.0.5",
"description": "The most complete chat UI for React Web",
"main": "dist/index.js",
"repository": {
Expand All @@ -22,7 +22,7 @@
"homepage": "https://github.com/stermedia/react-web-gifted-chat#readme",
"scripts": {
"lint": "eslint . --ext .js,.jsx",
"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__ "
},
"devDependencies": {
"@babel/cli": "^7.1.5",
Expand Down

0 comments on commit aa12f87

Please sign in to comment.