Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

Commit

Permalink
Export SeoAssessor from project index
Browse files Browse the repository at this point in the history
Fixes #1878
  • Loading branch information
Kingdutch committed Dec 20, 2018
1 parent f23fd22 commit f438245
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import * as config from "./src/config";
import App from "./src/app";
import Assessor from "./src/assessor";
import ContentAssessor from "./src/contentAssessor";
import SeoAssessor from './src/seoAssessor';
import TaxonomyAssessor from "./src/taxonomyAssessor";
import Pluggable from "./src/pluggable";
import Researcher from "./src/researcher";
Expand All @@ -21,6 +22,7 @@ export {
App,
Assessor,
ContentAssessor,
SeoAssessor,
TaxonomyAssessor,
Pluggable,
Researcher,
Expand Down

0 comments on commit f438245

Please sign in to comment.