thlorenz / wicked

Generates github wiki compatible API documentation from your project's jsdocs and adds them to your wiki.
https://github.com/thlorenz/wicked
MIT License
51 stars 10 forks source link

Install broken with version 0.1.4 #5

Open feross opened 10 years ago

feross commented 10 years ago

npm complains about unmet peerDependencies for jsdoc when you try to install wicked@0.1.4. I think this is related to changes you made to jsdoc-githubify since wicked is using a ~ in the jsdoc version field.

Fixed by updating to 0.2.x but wanted to share so you know about this. Broke the build at work today ;)

thlorenz commented 10 years ago

This should have been fixed in the meantime I remember pinning the jsdoc version. Could you try again please?