Skip to content

Commit

Permalink
Fix dual package approach.
Browse files Browse the repository at this point in the history
  • Loading branch information
metaskills committed Aug 24, 2024
1 parent 8f6e5f8 commit 7f16ca9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

See this http://keepachangelog.com link for information on how we want this document formatted.

## v1.5.1
## v1.5.1, v1.5.2

### Fixed

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "experts",
"version": "1.5.1",
"version": "1.5.2",
"description": "An opinionated panel of experts implementation using OpenAI's Assistants API",
"type": "module",
"main": "./dist/index.cjs",
Expand All @@ -17,6 +17,16 @@
"cleanup": "./bin/cleanup",
"build": "./bin/build"
},
"files": [
"bin",
"dist",
"src",
"test",
"CHANGELOG.md",
"LICENSE.md",
"package.json",
"README.md"
],
"author": "Ken COllins",
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit 7f16ca9

Please sign in to comment.