Skip to content

Commit

Permalink
Merge pull request #9 from xxczaki/greenkeeper/update-to-node-10
Browse files Browse the repository at this point in the history
Update to node 10 in .travis.yml
  • Loading branch information
xxczaki authored May 19, 2018
2 parents 2f32d5c + 57b7bc4 commit 714e050
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ node_js:
- "8"
- "7"
- "6"
- "10"
matrix:
fast_finish: true
6 changes: 3 additions & 3 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function showMenu() {
// Handle the error
module.exports = showMenu()
.catch(err => {
console.log(chalk.red('Something bad happened (︶︹︺)'));
console.log(err);
process.exit(1);
console.log(chalk.red('Something bad happened (︶︹︺)'));
console.log(err);
process.exit(1);
});
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "oji",
"version": "3.2.0",
"version": "3.2.1",
"description": "(◕‿◕) Text Emoticon Maker",
"bin": {
"oji": "./bin/cli"
},
"preferGlobal": "true",
"dependencies": {
"chalk": "^2.4.0",
"chalk": "^2.4.1",
"clipboardy": "^1.2.3",
"inquirer": "^5.2.0",
"log-symbols": "^2.2.0",
Expand Down

0 comments on commit 714e050

Please sign in to comment.