[Pkg-javascript-commits] [Git][js-team/node-rimraf][master] 2 commits: Export package.json

Bastien Roucariès (@rouca) gitlab at salsa.debian.org
Sat Dec 13 19:02:08 GMT 2025



Bastien Roucariès pushed to branch master at Debian JavaScript Maintainers / node-rimraf


Commits:
5d935d19 by Bastien Roucariès at 2025-12-13T19:42:20+01:00
Export package.json

- - - - -
30003a5d by Bastien Roucariès at 2025-12-13T20:01:49+01:00
Fix a typo

- - - - -


3 changed files:

- + debian/patches/export-package.json.patch
- debian/patches/series
- debian/tests/pkg-js/test


Changes:

=====================================
debian/patches/export-package.json.patch
=====================================
@@ -0,0 +1,23 @@
+From: =?utf-8?q?Bastien_Roucari=C3=A8s?= <rouca at debian.org>
+Date: Sat, 13 Dec 2025 19:41:44 +0100
+Subject: Export package.json
+
+forwarded: not-needed
+---
+ package.json | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/package.json b/package.json
+index 573563e..02bde68 100644
+--- a/package.json
++++ b/package.json
+@@ -15,7 +15,8 @@
+         "types": "./dist/cjs/src/index.d.ts",
+         "default": "./dist/cjs/src/index-cjs.js"
+       }
+-    }
++    },
++    "./package.json": "./package.json"
+   },
+   "files": [
+     "dist"


=====================================
debian/patches/series
=====================================
@@ -1,2 +1,3 @@
 2001_rename_nodejs.patch
 add-compat-types.patch
+export-package.json.patch


=====================================
debian/tests/pkg-js/test
=====================================
@@ -1,6 +1,6 @@
 TMPDIR=$(mktemp -d)
-rsync -av . '$TMPDIR'
-cd '$TMPDIR'
+rsync -av . "$TMPDIR"
+cd "$TMPDIR"
 tap -R spec --no-cov --node-arg=-r --node-arg=ts-node/register test/*.js
 cd /tmp
-rm -rf '$TMPDIR'
\ No newline at end of file
+rm -rf "$TMPDIR"
\ No newline at end of file



View it on GitLab: https://salsa.debian.org/js-team/node-rimraf/-/compare/5f01ee956e5259ce072e9c9ef14822a9d65690b3...30003a5d04261a1ed865db53dfbb6e77830db2b1

-- 
View it on GitLab: https://salsa.debian.org/js-team/node-rimraf/-/compare/5f01ee956e5259ce072e9c9ef14822a9d65690b3...30003a5d04261a1ed865db53dfbb6e77830db2b1
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-javascript-commits/attachments/20251213/6b2646e0/attachment-0001.htm>


More information about the Pkg-javascript-commits mailing list