This commit is contained in:
syuilo 2016-12-11 23:09:04 +09:00
parent 84886e5252
commit 8873a68af8
2 changed files with 0 additions and 6 deletions

View File

@ -22,8 +22,6 @@
"typescript": "2.0.3"
},
"dependencies": {
"babel-core": "6.17.0",
"babel-polyfill": "6.13.0",
"cheerio-httpcli": "0.6.9",
"escape-regexp": "0.0.1",
"html-entities": "1.2.0",

View File

@ -3,10 +3,6 @@ import ISummary from './isummary';
import IPlugin from './iplugin';
import general from './general';
// Init babel
require('babel-core/register');
require('babel-polyfill');
const plugins: IPlugin[] = [
require('./plugins/amazon'),
require('./plugins/wikipedia')