Skip to content

Commit

Permalink
docs: change to jsr
Browse files Browse the repository at this point in the history
  • Loading branch information
jiawei397 committed Oct 28, 2024
1 parent 5394bb6 commit af2116c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ import {
Prop,
Schema,
UpdateExOptions,
} from "https://deno.land/x/[email protected]/mod.ts";
import type { Document } from "https://deno.land/x/[email protected]/mod.ts";
type Document
} from "@jw397/mongo-schema";

await MongoFactory.forRoot("mongodb://localhost:27017/test");

Expand Down Expand Up @@ -147,7 +147,7 @@ import {
MongoFactory,
Prop,
Schema,
} from "https://deno.land/x/[email protected]/mod.ts";
} from "@jw397/mongo-schema";

await MongoFactory.forRoot("mongodb://localhost:27017/test");

Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jw397/mongo-schema",
"version": "2.0.0",
"version": "2.0.1",
"exports": "./mod.ts",
"compilerOptions": {
"experimentalDecorators": true,
Expand Down

0 comments on commit af2116c

Please sign in to comment.