1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-08 23:25:51 +01:00

relax express versions for sinopia@0.9.x branch

This commit is contained in:
Alex Kocharin 2014-08-11 03:53:49 +04:00
parent 478d75fec4
commit 33412c4613
2 changed files with 1 additions and 6 deletions

@ -2,7 +2,6 @@
Unreleased, branch 0.9.x (maintenance)
- filter falsey _npmUser values (issue [#95](https://github.com/rlidwka/sinopia/pull/95))
- don't receive future updates to express.js (issue [#92](https://github.com/rlidwka/sinopia/issues/92))
- option not to cache third-party files (issue [#85](https://github.com/rlidwka/sinopia/issues/85))
26 Jul 2014, version 0.9.0

@ -18,11 +18,7 @@ bin:
sinopia: ./bin/sinopia
dependencies:
# 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'
express: '>= 3.4.7 <= 4.0.0-0'
commander: '>= 2.1.0'
js-yaml: '>= 3.0.1'
cookies: '>= 0.3.8'