From 48a35b6a013f32c7e9c95076815376644a1353bf Mon Sep 17 00:00:00 2001 From: Alex Kocharin Date: Mon, 15 Sep 2014 18:54:46 +0400 Subject: [PATCH] mark crypt3 as optional fix #119 --- History.md | 4 ++++ package.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 16adce040..7bd8c2228 100644 --- a/History.md +++ b/History.md @@ -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)) diff --git a/package.yaml b/package.yaml index d1cde8cce..bb38058d5 100644 --- a/package.yaml +++ b/package.yaml @@ -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