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:
parent
4545076b0f
commit
888cfe3f1e
1 changed files with 5 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue