diff --git a/Readme.md b/Readme.md index 44efa124..6629e9fc 100644 --- a/Readme.md +++ b/Readme.md @@ -20,10 +20,13 @@

- + - + + + +

diff --git a/jsr.json b/jsr.json new file mode 100644 index 00000000..ed797ed9 --- /dev/null +++ b/jsr.json @@ -0,0 +1,9 @@ +{ + "$schema": "https://jsr.io/schema/config-file.v1.json", + "name": "@superstruct/core", + "version": "2.0.2", + "exports": "./src/index.ts", + "publish": { + "include": ["Readme.md", "License.md", "src", "docs"] + } +}