File: use-local-entities.json.patch

package info (click to toggle)
node-markdown-it 22.2.3%2Bdfsg%2B~12.2.3-3
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,820 kB
  • sloc: javascript: 6,872; makefile: 225
file content (14 lines) | stat: -rw-r--r-- 368 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: use local entities.json
 This hooks blocked node-entities update
Author: Yadd <yadd@debian.org>
Forwarded: no
Last-Update: 2022-05-01

--- a/lib/common/entities.js
+++ b/lib/common/entities.js
@@ -3,4 +3,4 @@
 'use strict';
 
 /*eslint quotes:0*/
-module.exports = require('entities/lib/maps/entities.json');
+module.exports = require('./entities.json');