Skip to content

Commit

Permalink
mark crypt3 as optional
Browse files Browse the repository at this point in the history
fix #119
  • Loading branch information
rlidwka committed Sep 15, 2014
1 parent 8db7c43 commit 48a35b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 48a35b6

Please sign in to comment.