File: fix-install.patch

package info (click to toggle)
node-re2 1.22.1%2B~cs1.3.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,012 kB
  • sloc: javascript: 5,762; cpp: 2,100; makefile: 14; sh: 9
file content (15 lines) | stat: -rw-r--r-- 296 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: fix install
Author: Yadd <yadd@debian.org>
Forwarded: not-needed
Last-Update: 2024-03-21

--- a/package.json
+++ b/package.json
@@ -8,6 +8,7 @@
   "main": "re2.js",
   "types": "re2.d.ts",
   "files": [
+    "build/Release/re2.node",
     "binding.gyp",
     "lib",
     "re2.d.ts",