Skip to content

Commit

Permalink
fix: package name
Browse files Browse the repository at this point in the history
  • Loading branch information
ilteoood committed Jul 27, 2023
1 parent bf8ea3f commit 9ce4015
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions packages/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "@orama/schema",
"name": "@orama/plugin-json-schema",
"version": "0.0.1",
"description": "Schema utilities for Orama",
"keywords": [
"orama",
"search",
"schema"
"schema",
"json"
],
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/src/jsonSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ export const schemaFromJson = async (jsonSchema: JSONSchema4): Promise<Schema> =
}
}

return Promise.resolve(oramaSchema);
return oramaSchema;
}

0 comments on commit 9ce4015

Please sign in to comment.