Skip to content

Commit 5ead037

Browse files
committed
export ./lib.js to module
1 parent 1946044 commit 5ead037

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ models/inferences
44
.local
55
*.compiled
66
.DS_Store
7+
README.next.md

main.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ import {
1616
import { useLlm } from "./lib.js"
1717
dotenv.config()
1818

19+
export * from "./lib.js"
20+
1921
// directory of this file
2022
let __dirname = new URL(".", import.meta.url).pathname
2123

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"name": "llm",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"main": "main.js",
66
"license": "CC-BY-4.0",
77
"prettier": {

0 commit comments

Comments
 (0)