Skip to content

Commit 40a2d54

Browse files
committed
jsr
1 parent 49e001a commit 40a2d54

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ bundle:
3030

3131

3232
fmt:
33-
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
33+
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

nats-base-client/nuid.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@
1313
* limitations under the License.
1414
*/
1515

16-
export {Nuid, nuid} from "../nuid/src/mod.ts"
17-
16+
export { Nuid, nuid } from "../nuid/src/mod.ts";

nuid/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
"exports": {
55
".": "./src/mod.ts"
66
}
7-
}
7+
}

0 commit comments

Comments
 (0)