We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb43bb2 commit b398745Copy full SHA for b398745
lib/util-escape.js
@@ -1,6 +1,6 @@
1
'use strict'
2
3
-var entities = require('stringify-entities')
+var entities = require('stringify-entities/light')
4
5
module.exports = escape
6
package.json
@@ -30,17 +30,15 @@
30
"dependencies": {
31
"@types/xast": "^1.0.0",
32
"ccount": "^1.0.0",
33
- "stringify-entities": "^3.0.0"
+ "stringify-entities": "^3.1.0"
34
},
35
"devDependencies": {
36
- "browserify": "^17.0.0",
37
"dtslint": "^4.0.0",
38
"nyc": "^15.0.0",
39
"prettier": "^2.0.0",
40
"remark-cli": "^9.0.0",
41
"remark-preset-wooorm": "^8.0.0",
42
"tape": "^5.0.0",
43
- "tinyify": "^3.0.0",
44
"unist-builder": "^2.0.0",
45
"xastscript": "^2.0.0",
46
"xo": "^0.34.0"
0 commit comments