koajs / koa.io

[MAINTAINERS WANTED] Realtime web framework combine koa and socket.io.
429 stars 51 forks source link

Dependencies Express ? #8

Closed Student007 closed 9 years ago

Student007 commented 9 years ago

Hello Koa-Team :-)

I like your Idea of creating a new and better reboot of Express. But I am a little bit confused about the dependency about Express 3.4.8 in the chat example ;-)

You mean "koa": ">= 0.0.3" maybe ?

dead-horse commented 9 years ago

sorry. it should be `"koa.io": "0.0.3".

Student007 commented 9 years ago

oh ... fast response :-) What about

"dependencies":
{
"koa.io": ">= 0.0.3",
"path": "1.x",
"fs": "x",
"koa-static-cache": "3.x"
}
dead-horse commented 9 years ago

fixed, thanks!