Skip to content

Commit

Permalink
Minor fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-KaiNet committed Oct 29, 2016
1 parent db8f6ea commit e627e85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"yargs": "^4.6.0"
},
"dependencies": {
"@types/bluebird": "^3.0.35",
"@types/node": "^6.0.45",
"@types/request": "0.0.31",
"@types/request-promise": "^3.0.32",
Expand Down
5 changes: 2 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"pretty": true,
"removeComments": true,
"types": [
"bluebird",
"mocha",
"bluebird",
"node",
"chai",
"mocha",
Expand All @@ -25,4 +24,4 @@
"exclude": [
"node_modules"
]
}
}

0 comments on commit e627e85

Please sign in to comment.