krakenjs / generator-swaggerize

Yeoman generator for design-driven apis with swagger 2.0 and krakenjs/swaggerize tools.
Other
70 stars 34 forks source link

fixing broken swaggerize-restify #37

Closed bardzusny closed 9 years ago

bardzusny commented 9 years ago

Recently merged swaggerize-restify app template is actually broken, by bad mistake on my part - package.json still specified swaggerize-restify 1.0.

Also, good opportunity to update to restify 3.0 - new major version doesn't actually break anything in this case (it's about different order of arguments passed to functions handling server events - https://github.com/restify/node-restify/issues/753 - which are not used here, at all).

tlivings commented 9 years ago

I just realized this also broke the upgrade to use swaggerize-routes as opposed to swagaerize-builder. I'll merge and then fix.

Nevermind, I hadn't pushed that change yet.