tj / serve

Simple command-line file / directory server built with connect - supports stylus, jade, etc
563 stars 70 forks source link

Note in README that this is no longer what `npm serve` installs #76

Closed ericsoco closed 7 years ago

ericsoco commented 7 years ago

Had a surprise today, actually a couple, when I npm installed projects with serve as a dep, and found the API has changed -- post 2.0 versions now install https://github.com/zeit/serve instead, and that package serves up on a random port by default. Not sure there's much left to do on this repo except change the README, but here's the thread over on the new repo describing me stumbling over that change.

ericsoco commented 7 years ago

(I'd change the README in a PR, but thought you might want to take different action, so...leaving it up to you @tj & co.)

stevemao commented 7 years ago

I didn't know 2.0 is in a new repo. I guess this one will be deprecated then.

tj commented 7 years ago

ah yeah they asked me for the name. I'll make a note here