Add missing dependency

This commit is contained in:
syuilo
2016-09-22 08:55:29 +09:00
parent 4c76fefe53
commit 15256abee4

View File

@ -1,6 +1,6 @@
{
"name": "summaly",
"version": "1.2.3",
"version": "1.2.4",
"description": "Get web page's summary",
"author": "syuilo <i@syuilo.com>",
"license": "MIT",
@ -24,8 +24,9 @@
"dependencies": {
"babel-core": "6.13.2",
"babel-polyfill": "6.13.0",
"cheerio-httpcli": "^0.6.9",
"cheerio-httpcli": "0.6.9",
"escape-regexp": "0.0.1",
"request": "^2.74.0"
"html-entities": "1.2.0",
"request": "2.74.0"
}
}