mikedeboer / jsDAV

jsDAV allows you to easily add WebDAV support to a NodeJS application. jsDAV is meant to cover the entire standard, and attempts to allow integration using an easy to understand API.
http://www.mikedeboer.nl
MIT License
681 stars 159 forks source link

removed unused time dependency #123

Closed FND closed 9 years ago

FND commented 9 years ago

unless I overlooked something, this isn't actually being used anymore - removal should eliminate the installation issue mentioned in #119

mikedeboer commented 9 years ago

Very true. Thanks!

FND commented 9 years ago

On a related note (not sure this warrants a separate issue): Do you intend to release a new version any time soon? v0.3.2 is now almost two years old, and it seems awkward to depend on a moving target like the master branch.

mikedeboer commented 9 years ago

You're right :) I'll try to publish 0.4 asap.

FND commented 9 years ago

Excellent, thank you!