Skip to content

Commit

Permalink
jsr
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart committed May 9, 2024
1 parent 49e001a commit 40a2d54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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
3 changes: 1 addition & 2 deletions nats-base-client/nuid.ts
Expand Up @@ -13,5 +13,4 @@
* limitations under the License.
*/

export {Nuid, nuid} from "../nuid/src/mod.ts"

export { Nuid, nuid } from "../nuid/src/mod.ts";
2 changes: 1 addition & 1 deletion nuid/jsr.json
Expand Up @@ -4,4 +4,4 @@
"exports": {
".": "./src/mod.ts"
}
}
}

0 comments on commit 40a2d54

Please sign in to comment.