mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
parent
8db7c4355e
commit
48a35b6a01
2 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,8 @@
|
|||
|
||||
15 Sep 2014, version 0.11.1
|
||||
|
||||
- mark crypt3 as optional (issue [#119](https://github.com/rlidwka/sinopia/issues/119))
|
||||
|
||||
15 Sep 2014, version 0.11.0
|
||||
|
||||
- Added auth plugins (issue [#99](https://github.com/rlidwka/sinopia/pull/99))
|
||||
|
|
|
@ -44,7 +44,6 @@ dependencies:
|
|||
transition-complete: '>=0.0.2 <1.0.0-0'
|
||||
helpers.less: 'git://github.com/bpeacock/helpers.less.git'
|
||||
sinopia-htpasswd: '>= 0.2.0'
|
||||
crypt3: 'git://github.com/sendanor/node-crypt3.git'
|
||||
http-errors: '~1.2.0' # ferver
|
||||
|
||||
# TODO: not really needed
|
||||
|
@ -54,6 +53,7 @@ optionalDependencies:
|
|||
# those are native modules that could fail to compile
|
||||
# and unavailable on windows
|
||||
fs-ext: '>=0.3.2 <1.0.0-0'
|
||||
crypt3: 'git://github.com/sendanor/node-crypt3.git' # for sinopia-htpasswd
|
||||
|
||||
# Policy for now:
|
||||
# - small, unstable and rarely updated libraries (i.e. crypt3) get bundled
|
||||
|
|
Loading…
Reference in a new issue