File: 002-add-types.patch

package info (click to toggle)
node-source-map 0.7.6%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 960 kB
  • sloc: javascript: 7,200; python: 252; sh: 21; makefile: 14
file content (18 lines) | stat: -rw-r--r-- 273 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Subject: Add types
author: Bastien Roucariès <rouca@debian.org>

Add types


Forwarded: not-needed

--- a/package.json
+++ b/package.json
@@ -56,6 +56,7 @@
     "source-map.d.ts",
     "lib/"
   ],
+  "types": "source-map.d.ts",
   "engines": {
     "node": ">= 12"
   },