aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-04-21 23:50:20 -0400
committerBob Zeleznik <zzzman@gmail.com>2020-04-21 23:50:20 -0400
commit682782a1337003de1694d1625d262a1efddcb02d (patch)
tree4895b2030f3c6e0cff8d17e813a3e0f5640d9ed7 /package.json
parent1808f23e8e72cfca8517d3788f9f89ec989f1062 (diff)
tweaked HTMLtag syntax slightly for onClick functions to be specified without quotes
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index ed846fcff..f1b4be520 100644
--- a/package.json
+++ b/package.json
@@ -127,6 +127,7 @@
"@types/uuid": "^3.4.6",
"@types/webpack": "^4.41.3",
"@types/word-extractor": "^0.3.0",
+ "@types/xregexp": "^4.3.0",
"@types/youtube": "0.0.38",
"adm-zip": "^0.4.13",
"archiver": "^3.1.1",
@@ -258,6 +259,7 @@
"word-extractor": "^0.3.0",
"words-to-numbers": "^1.5.1",
"xoauth2": "^1.2.0",
+ "xregexp": "^4.3.0",
"youtube": "^0.1.0"
}
}