Adding escape-html

This commit is contained in:
Shan Carter
2017-04-13 17:21:06 -07:00
parent b3efa2526d
commit 788546b8ca
2 changed files with 11 additions and 8 deletions
+7 -8
View File
@@ -18,13 +18,19 @@
"url": "https://github.com/distillpub/distill-template/issues"
},
"homepage": "https://github.com/distillpub/distill-template#readme",
"devDependencies": {
"dependencies": {
"bibtex-parse-js": "^0.0.23",
"chai": "^3.5.0",
"commander": "^2.9.0",
"d3-time-format": "^2.0.3",
"escape-html": "^1.0.3",
"html-escape": "^2.0.0",
"js-yaml": "^3.7.0",
"jsdom": "^9.10.0",
"katex": "^0.7.1",
"marked": "^0.3.6",
"mocha": "^3.2.0",
"mustache": "^2.3.0",
"prismjs": "^1.6.0",
"rollup": "^0.36.4",
"rollup-plugin-buble": "^0.14.0",
@@ -35,12 +41,5 @@
"rollup-plugin-string": "^2.0.2",
"rollup-plugin-uglify": "^1.0.1",
"rollup-watch": "^2.5.0"
},
"dependencies": {
"commander": "^2.9.0",
"d3-time-format": "^2.0.3",
"html-escape": "^2.0.0",
"katex": "^0.7.1",
"mustache": "^2.3.0"
}
}
+4
View File
@@ -389,6 +389,10 @@ ecc-jsbn@~0.1.1:
dependencies:
jsbn "~0.1.0"
escape-html@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988"
escape-string-regexp@1.0.5, escape-string-regexp@^1.0.2:
version "1.0.5"
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"