Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: adding keywords to autocast #457

Merged
merged 12 commits into from
Apr 3, 2024
5 changes: 5 additions & 0 deletions .changeset/lovely-dogs-reply.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@flatfile/plugin-autocast': patch
---

Adding keywords
carlbrugger marked this conversation as resolved.
Show resolved Hide resolved
2 changes: 1 addition & 1 deletion plugins/autocast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"check": "tsc ./**/*.ts --noEmit --esModuleInterop",
"test": "jest ./**/*.spec.ts --config=../../jest.config.js --runInBand"
},
"keywords": [],
"keywords": ["flatfile-plugins", "category-extractors", "featured"],
ashleygmulligan2 marked this conversation as resolved.
Show resolved Hide resolved
"author": "Alex Hollenbeck",
"repository": {
"type": "git",
Expand Down
Loading