mirror of
https://github.com/misskey-dev/summaly.git
synced 2025-05-11 00:27:35 +09:00
Fix bug
This commit is contained in:
parent
84886e5252
commit
8873a68af8
@ -22,8 +22,6 @@
|
|||||||
"typescript": "2.0.3"
|
"typescript": "2.0.3"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-core": "6.17.0",
|
|
||||||
"babel-polyfill": "6.13.0",
|
|
||||||
"cheerio-httpcli": "0.6.9",
|
"cheerio-httpcli": "0.6.9",
|
||||||
"escape-regexp": "0.0.1",
|
"escape-regexp": "0.0.1",
|
||||||
"html-entities": "1.2.0",
|
"html-entities": "1.2.0",
|
||||||
|
@ -3,10 +3,6 @@ import ISummary from './isummary';
|
|||||||
import IPlugin from './iplugin';
|
import IPlugin from './iplugin';
|
||||||
import general from './general';
|
import general from './general';
|
||||||
|
|
||||||
// Init babel
|
|
||||||
require('babel-core/register');
|
|
||||||
require('babel-polyfill');
|
|
||||||
|
|
||||||
const plugins: IPlugin[] = [
|
const plugins: IPlugin[] = [
|
||||||
require('./plugins/amazon'),
|
require('./plugins/amazon'),
|
||||||
require('./plugins/wikipedia')
|
require('./plugins/wikipedia')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user