Skip to content

Commit

Permalink
feat!: update package exports
Browse files Browse the repository at this point in the history
  • Loading branch information
philippdormann committed Apr 13, 2023
1 parent 4eb8ce8 commit 93a6694
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
const { fetcher, getMensaPlanHTML } = require('./api/fetcher');
const { fetchHTML, getMensaPlanHTML } = require('./api/fetcher');
const { parser } = require('./api/parser');
const institutions = require('./institutions.json');
//
exports.getMensaPlanHTML = getMensaPlanHTML;
exports.fetcher = fetcher;
exports.fetchHTML = fetchHTML;
exports.parser = parser;
exports.institutions = institutions;

0 comments on commit 93a6694

Please sign in to comment.