Skip to content

Commit

Permalink
Merge branch 'hotfix/0.5.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
hyldmo committed Feb 2, 2018
2 parents 4bacd52 + b1f605a commit 3908e74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "emoji-keyboard",
"version": "0.5.0",
"version": "0.5.1",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --config webpack.development.config.js --progress --colors --define process.env.NODE_ENV='development'",
"prod": "webpack --config webpack.production.config.js --colors --define process.env.NODE_ENV='production'",
"dev": "webpack-dev-server --config webpack.development.config.js --progress --colors --define process.env.NODE_ENV=\"'development'\"",
"prod": "webpack --config webpack.production.config.js --colors --define process.env.NODE_ENV=\"'production'\"",
"lint": "tslint *.{ts,tsx}",
"test": "echo \"Warning: no test specified\""
},
Expand Down

0 comments on commit 3908e74

Please sign in to comment.