Skip to content

Commit

Permalink
Merge pull request #25 from qnaplus/fix/expose-clients
Browse files Browse the repository at this point in the history
Fix/expose clients
  • Loading branch information
Battlesquid authored Feb 5, 2025
2 parents c3ea7ff + a7aac9f commit 5c2f753
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qnaplus/scraper",
"version": "2.0.0",
"version": "2.0.1",
"description": "Utility package to scrape questions from the VEX Robotics Q&A.",
"main": "dist/index.js",
"repository": {
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from "./clients";
export * from "./modules";
export * from "./util";
export * from "./types";

0 comments on commit 5c2f753

Please sign in to comment.