Skip to content

Commit

Permalink
fix(check-examples): make escape-regex-string a dependency, as it…
Browse files Browse the repository at this point in the history
… should have been (fixes #314)
  • Loading branch information
brettz9 committed Jul 6, 2019
1 parent 9b63f40 commit ed56935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"dependencies": {
"comment-parser": "^0.5.5",
"debug": "^4.1.1",
"escape-regex-string": "^1.0.6",
"flat-map-polyfill": "^0.3.8",
"jsdoctypeparser": "4.0.0",
"lodash": "^4.17.11"
Expand All @@ -24,7 +25,6 @@
"babel-plugin-add-module-exports": "^1.0.2",
"babel-plugin-istanbul": "^5.1.4",
"chai": "^4.2.0",
"escape-regex-string": "^1.0.6",
"eslint": "^6.0.1",
"eslint-config-canonical": "^17.1.1",
"gitdown": "^2.6.1",
Expand Down

0 comments on commit ed56935

Please sign in to comment.