Skip to content

Commit

Permalink
Merge pull request #1 from venikman/greenkeeper/initial
Browse files Browse the repository at this point in the history
Update dependencies to enable Greenkeeper 🌴
  • Loading branch information
venikman authored Feb 6, 2019
2 parents 0ce0af7 + 205c36f commit 6769a20
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# venikman [![Build Status](https://travis-ci.org/venikman/venikman.svg?branch=master)](https://travis-ci.org/venikman/venikman)
# venikman [![Build Status](https://travis-ci.org/venikman/venikman.svg?branch=master)](https://travis-ci.org/venikman/venikman) [![Greenkeeper badge](https://badges.greenkeeper.io/venikman/venikman.svg)](https://greenkeeper.io/)

> CLI portfolio.
Expand Down
1 change: 0 additions & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ const start = async () => {
return answerChooseLinks;
};

// eslint-disable-next-line promise/prefer-await-to-then
start().then(async (res) => {
if (res.answer.includes('twitter')) {
opn('https://twitter.com/venik_man');
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
"dependencies": {
"chalk": "^2.4.1",
"enquirer": "^2.1.1",
"lib": "^3.0.2",
"meow": "^3.7.0",
"lib": "^4.0.0",
"meow": "^5.0.0",
"opn": "^5.3.0"
},
"devDependencies": {
"ava": "^0.25.0",
"eslint-config-tidy": "^0.6.4",
"xo": "^0.21.0"
"ava": "^1.2.1",
"eslint-config-tidy": "^0.7.0",
"xo": "^0.24.0"
},
"keywords": [
"cli-app",
Expand Down

0 comments on commit 6769a20

Please sign in to comment.