Skip to content

Commit

Permalink
Prevent jsdoc upgrade
Browse files Browse the repository at this point in the history
pbts currently doesn't work with jsdoc 3.6.x and will emit broken
definitions when trying to use it.

As the toplevel package-lock.json is not respected by `npm install` as
executed by the CLI utils, fix the jsdoc version to 3.5.5 in
package.json.

Fixes protobufjs#1342
  • Loading branch information
schiffermtq committed Jan 20, 2020
1 parent 5f2f62b commit 440eb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -77,7 +77,7 @@
"gulp-uglify": "^3.0.0",
"istanbul": "^0.4.5",
"jaguarjs-jsdoc": "github:dcodeIO/jaguarjs-jsdoc",
"jsdoc": "^3.5.5",
"jsdoc": "3.5.5",
"minimist": "^1.2.0",
"reflect-metadata": "^0.1.12",
"semver": "^5.5.0",
Expand Down

0 comments on commit 440eb48

Please sign in to comment.