Skip to content

Commit

Permalink
fix: build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dosco committed Jun 25, 2024
1 parent e24f197 commit a25286a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "@ax-llm/ax",
"version": "9.0.12",
"version": "9.0.13",
"type": "module",
"description": "The best library to work with LLMs",
"typings": "./build/module/src/index.d.ts",
"main": "./build/module/src/index.js",
"module": "./build/module/src/index.js",
"exports": "./build/module/src/index.js",
"repository": {
Expand Down

0 comments on commit a25286a

Please sign in to comment.