mirror of
https://github.com/misskey-dev/summaly.git
synced 2025-08-04 23:33:51 +09:00
Add missing dependency
This commit is contained in:
@ -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"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user