Commit 8da9803

Anton Golub <antongolub@antongolub.com>
2025-04-09 19:30:32
chore(jsr): attach jsr.json to `include` (#1192)
1 parent 52f5c72
Changed files (1)
scripts/build-jsr.mjs
@@ -57,9 +57,10 @@ fs.writeFileSync(
         './core': './src/core.ts',
         './cli': './src/cli.ts',
         './globals': './src/globals-jsr.ts',
+        './jsr.json': './jsr.json',
       },
       publish: {
-        include: ['src', 'README.md', 'LICENSE'],
+        include: ['src', 'README.md', 'LICENSE', 'jsr.json'],
         exclude: ['src/globals.ts'],
       },
       nodeModulesDir: 'auto',