Remove deps of lodash.

This commit is contained in:
Peng Lyu
2018-05-22 10:25:12 -07:00
parent 31055b3d89
commit bc473934e5
5 changed files with 25 additions and 18 deletions

View File

@@ -137,18 +137,17 @@
"devDependencies": {
"@types/lodash": "^4.14.106",
"@types/node": "*",
"typescript": "^2.1.4",
"webpack": "^4.1.0",
"webpack-cli": "^2.0.10",
"ts-loader": "^4.0.1"
"typescript": "^2.1.4",
"webpack": "^4.1.0",
"webpack-cli": "^2.0.10",
"ts-loader": "^4.0.1"
},
"dependencies": {
"@octokit/rest": "^15.2.6",
"dugite": "^1.63.0",
"markdown-it": "^8.4.0",
"git-credential-node": "^1.1.0",
"lodash": "4.17.5",
"tmp": "^0.0.31",
"moment": "^2.22.1"
}
}
}