Skip to content

Commit

Permalink
expose Operation
Browse files Browse the repository at this point in the history
  • Loading branch information
BBB committed Jun 19, 2023
1 parent 7624e3d commit 46de925
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@ollierelph/and-or",
"version": "0.0.3",
"version": "0.0.4",
"description": "",
"main": "dist/index.js",
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
@@ -1,3 +1,4 @@
export { And } from "./And";
export { Or } from "./Or";
export { Single } from "./Single";
export { Operation } from "./Operation";

0 comments on commit 46de925

Please sign in to comment.