visionmedia / express-resource

Resourceful routing for Express
1.41k stars 140 forks source link

move to app.delete to supress deprecated warning #94

Closed jesseditson closed 9 years ago

jesseditson commented 9 years ago

Annoyed by the npm WARN package.json express-resource@1.0.0 No repository field. and express deprecated app.del: Use app.delete instead warnings. Looks like the former is fixed but not on npm, this pull fixes the latter.

sadams commented 9 years ago

existing pull request but no one seems to be merging: https://github.com/expressjs/express-resource/pull/89

jesseditson commented 9 years ago

Ah, cool. Might start maintaining a fork if it takes long enough. I'll close this one out.