Skip to content

Commit

Permalink
fix dependencies in package.json
Browse files Browse the repository at this point in the history
fix #1
  • Loading branch information
pizzacat83 committed Jan 7, 2017
1 parent 4355ff0 commit 3e68e1d
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
Expand Up @@ -58,13 +58,13 @@
"test": "node ./node_modules/vscode/bin/test"
},
"dependencies": {
"request-promise": "~4.1.1"
"request": "^2.79.0",
"request-promise": "^4.1.1"
},
"devDependencies": {
"@types/mocha": "^2.2.32",
"@types/node": "^6.0.40",
"mocha": "^2.3.3",
"request-promise": "^4.1.1",
"typescript": "^2.0.3",
"vscode": "^1.0.0"
}
Expand Down

0 comments on commit 3e68e1d

Please # to comment.