Skip to content

Commit

Permalink
update dependence
Browse files Browse the repository at this point in the history
  • Loading branch information
welksonramos committed May 6, 2016
1 parent 63b1210 commit 93255e0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"description": "CLI para registrar novas postagem em awesome-br",
"bin": {
"awesome-br": "./bin/awesome-br"
"awesome-br": "./lib/awesome-br.js"
},
"preferGlobal": true,
"scripts": {
Expand All @@ -17,6 +17,7 @@
"author": "Welkson Ramos <[email protected]>",
"license": "MIT",
"dependencies": {
"inquirer": "^0.11.0"
"inquirer": "^1.0.2",
"path-exists":"^3.0.0"
}
}

0 comments on commit 93255e0

Please sign in to comment.