mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-27 22:59:51 -05:00
More specific express version to try to get old node working.
This commit is contained in:
parent
a79fa68deb
commit
cb6e2cd7f6
2 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@ bin:
|
||||||
sinopia: ./bin/sinopia
|
sinopia: ./bin/sinopia
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
express: '>= 3.4.7 < 4.0.0-0'
|
express: '3.4.x'
|
||||||
commander: '>= 2.1.0'
|
commander: '>= 2.1.0'
|
||||||
js-yaml: '>= 3.0.1'
|
js-yaml: '>= 3.0.1'
|
||||||
cookies: '>= 0.3.8'
|
cookies: '>= 0.3.8'
|
||||||
|
|
Loading…
Add table
Reference in a new issue