mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-17 23:45:29 -05:00
parent
b77da91094
commit
568058d7d9
2 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,8 @@
|
||||||
|
|
||||||
|
5 Mar 2014, version 0.6.7
|
||||||
|
|
||||||
|
- pin down express@3 version, since sinopia doesn't yet work with express@4
|
||||||
|
|
||||||
28 Feb 2014, version 0.6.5
|
28 Feb 2014, version 0.6.5
|
||||||
|
|
||||||
- old SSL keys for npm are removed, solves `SELF_SIGNED_CERT_IN_CHAIN` error
|
- old SSL keys for npm are removed, solves `SELF_SIGNED_CERT_IN_CHAIN` error
|
||||||
|
|
|
@ -18,7 +18,7 @@ bin:
|
||||||
sinopia: ./bin/sinopia
|
sinopia: ./bin/sinopia
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
express: '^3.4.7'
|
express: '>= 3.4.7 < 4.0.0-0'
|
||||||
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