Skip to content

Commit ed56935

Browse files
committed
fix(check-examples): make escape-regex-string a dependency, as it should have been (fixes #314)
1 parent 9b63f40 commit ed56935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"dependencies": {
88
"comment-parser": "^0.5.5",
99
"debug": "^4.1.1",
10+
"escape-regex-string": "^1.0.6",
1011
"flat-map-polyfill": "^0.3.8",
1112
"jsdoctypeparser": "4.0.0",
1213
"lodash": "^4.17.11"
@@ -24,7 +25,6 @@
2425
"babel-plugin-add-module-exports": "^1.0.2",
2526
"babel-plugin-istanbul": "^5.1.4",
2627
"chai": "^4.2.0",
27-
"escape-regex-string": "^1.0.6",
2828
"eslint": "^6.0.1",
2929
"eslint-config-canonical": "^17.1.1",
3030
"gitdown": "^2.6.1",

0 commit comments

Comments
 (0)