Skip to content
This repository was archived by the owner on Oct 19, 2019. It is now read-only.

Commit a59ccd9

Browse files
committed
added missing require
1 parent 9b4589a commit a59ccd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Scrapper.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ const typeOf = require('typeof');
22
const normalizeUrl = require('normalize-url');
33
const urlparser = require('urlparser');
44

5-
const Error = require('./Error.js');
65
const Scrap = require('./Scrap.js');
76

87
const runners = require('./runners.js');
8+
const config = require('./config.js');
99

1010

1111
class Scrapper {

0 commit comments

Comments
 (0)