diff --git a/Makefile b/Makefile index 0d787fa5..35ffcb3a 100644 --- a/Makefile +++ b/Makefile @@ -30,4 +30,4 @@ bundle: fmt: - deno fmt src/ doc/ bin/ nats-base-client/ examples/ tests/ debug/ unsafe_tests/ jetstream/ kv/ os/ service/ jetstream.md README.md migration.md services.md + deno fmt src/ doc/ bin/ nats-base-client/ examples/ tests/ debug/ unsafe_tests/ jetstream/ nuid/ kv/ os/ service/ jetstream.md README.md migration.md services.md diff --git a/nats-base-client/nuid.ts b/nats-base-client/nuid.ts index 05e760f2..1030261f 100644 --- a/nats-base-client/nuid.ts +++ b/nats-base-client/nuid.ts @@ -13,5 +13,4 @@ * limitations under the License. */ -export {Nuid, nuid} from "../nuid/src/mod.ts" - +export { Nuid, nuid } from "../nuid/src/mod.ts"; diff --git a/nuid/jsr.json b/nuid/jsr.json index 19ec9aa1..82956426 100644 --- a/nuid/jsr.json +++ b/nuid/jsr.json @@ -4,4 +4,4 @@ "exports": { ".": "./src/mod.ts" } -} \ No newline at end of file +}