Skip to content

Commit

Permalink
module type
Browse files Browse the repository at this point in the history
  • Loading branch information
aboutphilippe committed Aug 18, 2024
1 parent e2f610a commit a3aa74a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions openai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@restackio/restack-sdk-integrations-openai",
"main": "dist/service.js",
"type": "module",
"scripts": {
"build": "tsc"
},
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@restackio/restack-sdk-integrations",
"version": "0.0.1",
"type": "module",
"scripts": {
"build": "pnpm -r run build"
},
Expand Down

0 comments on commit a3aa74a

Please sign in to comment.