diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-05-25 14:52:22 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-05-25 14:52:22 +0900 |
| commit | 3f54fb8a2a46da9ee24c893f70c2635a5ca33f9a (patch) | |
| tree | f587946eb2b5e3f9b3c22a6924b7e8cfbbf0bc28 /package.json | |
| parent | [Client] Fix bug (diff) | |
| download | misskey-3f54fb8a2a46da9ee24c893f70c2635a5ca33f9a.tar.gz misskey-3f54fb8a2a46da9ee24c893f70c2635a5ca33f9a.tar.bz2 misskey-3f54fb8a2a46da9ee24c893f70c2635a5ca33f9a.zip | |
Use external service for rss xml to json
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json index f749738c9a..72c5b8d6ee 100644 --- a/package.json +++ b/package.json @@ -147,7 +147,6 @@ "typescript": "2.3.3", "uuid": "3.0.1", "vhost": "3.0.2", - "websocket": "1.0.24", - "xml2json": "0.11.0" + "websocket": "1.0.24" } } |