File: tshy.patch

package info (click to toggle)
node-read 5.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 252 kB
  • sloc: makefile: 6
file content (20 lines) | stat: -rw-r--r-- 556 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Xavier Guimard <yadd@debian.org>
Date: mars, 30 2026 09:32:13 +0200
Subject: [PATCH] reproducibility using tshy
Forwarded: not-needed

--- a/package.json
+++ b/package.json
@@ -5,10 +5,12 @@
     "./package.json": "./package.json",
     ".": {
       "import": {
+        "source": "./src/read.ts",
         "types": "./dist/esm/read.d.ts",
         "default": "./dist/esm/read.js"
       },
       "require": {
+        "source": "./src/read.ts",
         "types": "./dist/commonjs/read.d.ts",
         "default": "./dist/commonjs/read.js"
       }