File: fix-coffee-path.patch

package info (click to toggle)
node-js-tokens 6.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 22,244 kB
  • sloc: javascript: 12,213; makefile: 4
file content (15 lines) | stat: -rw-r--r-- 330 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: fix coffee-script path
Author: Xavier Guimard <yadd@debian.org>
Forwarded: not-needed
Last-Update: 2020-12-22

--- a/build.js
+++ b/build.js
@@ -1,6 +1,6 @@
 "use strict";
 
-const coffee = require("coffeescript");
+const coffee = require("coffee-script");
 const fs = require("fs");
 const path = require("path");