0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-06 22:40:26 -05:00

don't receive future updates to express.js

... until this gets resolved:
https://github.com/strongloop/express/issues/2264

ref #92
This commit is contained in:
Alex Kocharin 2014-07-31 18:12:26 +04:00
parent 4545076b0f
commit 888cfe3f1e

View file

@ -18,7 +18,11 @@ bin:
sinopia: ./bin/sinopia
dependencies:
express: '>= 3.4.7 < 4.0.0-0'
# don't receive future updates to express.js until
# https://github.com/strongloop/express/issues/2264
# gets resolved:
express: '>= 3.4.7 <= 3.15.2'
commander: '>= 2.1.0'
js-yaml: '>= 3.0.1'
cookies: '>= 0.3.8'