Skip to content

Commit

Permalink
fix exports
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKhanj committed Mar 2, 2024
1 parent b08037b commit 79b5631
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,11 @@ export default {
...IS_OPERATIONS,
...FROM_OPERATIONS,
};

exports = {
getConvention,
CONVENTIONS,
...ERRORS,
...IS_OPERATIONS,
...FROM_OPERATIONS,
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "convconv",
"version": "0.3.0",
"version": "0.3.1",
"description": "Naming Conventions Converter",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 79b5631

Please sign in to comment.