require latest version of Catharsis (#1302)

Allows JSDoc to parse type expressions that contain `@` signs, like `module:@prefix/my-module~myCallback`.
This commit is contained in:
Jeff Williams 2017-07-12 16:47:25 -07:00
parent ec7ac85ecb
commit 80dabc01ba

View File

@ -15,7 +15,7 @@
"dependencies": {
"babylon": "~7.0.0-beta.16",
"bluebird": "~3.5.0",
"catharsis": "~0.8.8",
"catharsis": "~0.8.9",
"escape-string-regexp": "~1.0.5",
"js2xmlparser": "~3.0.0",
"klaw": "~2.0.0",