mark crypt3 as optional

fix #119
This commit is contained in:
Alex Kocharin 2014-09-15 18:54:46 +04:00
parent 8db7c4355e
commit 48a35b6a01
2 changed files with 5 additions and 1 deletions

View File

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

View File

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