0
Fork 0
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:
Brian Peacock 2014-05-06 11:34:09 -05:00
parent a79fa68deb
commit cb6e2cd7f6
2 changed files with 3 additions and 3 deletions

View file

@ -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'