Skip to content

Commit

Permalink
chore: update module size
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Aug 14, 2024
1 parent b9ac7b8 commit 22ee312
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tschema [![CI](https://github.com/lukeed/tschema/workflows/CI/badge.svg)](https://github.com/lukeed/tschema/actions?query=workflow%3ACI) [![licenses](https://licenses.dev/b/npm/tschema)](https://licenses.dev/npm/tschema)

> A tiny (444b) utility to build [JSON schema](https://json-schema.org/understanding-json-schema/reference) types.
> A tiny (490b) utility to build [JSON schema](https://json-schema.org/understanding-json-schema/reference) types.
## Install

Expand Down
2 changes: 1 addition & 1 deletion scripts/build.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { join, resolve } from 'jsr:@std/path@^1.0';
import oxc from 'npm:oxc-transform@^0.23';

const bytes = 444;
const bytes = 490;

const version = Deno.args[0];
console.log('? version:', version);
Expand Down

0 comments on commit 22ee312

Please sign in to comment.