diff --git a/README.md b/README.md index 91379e4..76fa68d 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,8 @@ import { Prop, Schema, UpdateExOptions, -} from "https://deno.land/x/deno_mongo_schema@v1.0.3/mod.ts"; -import type { Document } from "https://deno.land/x/deno_mongo_schema@v1.0.3/mod.ts"; + type Document +} from "@jw397/mongo-schema"; await MongoFactory.forRoot("mongodb://localhost:27017/test"); @@ -147,7 +147,7 @@ import { MongoFactory, Prop, Schema, -} from "https://deno.land/x/deno_mongo_schema@v1.0.3/mod.ts"; +} from "@jw397/mongo-schema"; await MongoFactory.forRoot("mongodb://localhost:27017/test"); diff --git a/deno.json b/deno.json index d8e4b75..823360b 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@jw397/mongo-schema", - "version": "2.0.0", + "version": "2.0.1", "exports": "./mod.ts", "compilerOptions": { "experimentalDecorators": true,