Skip to content

Commit

Permalink
Declare dependency on accounts-password - #169
Browse files Browse the repository at this point in the history
  • Loading branch information
kahmali committed Feb 24, 2016
1 parent 5f2ab89 commit 560a02c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## Unreleased

#### Fixed
- Declare dependency on accounts-password ([#169][])


## [v0.8.6] - 2016-02-24

#### Changed
Expand Down Expand Up @@ -383,9 +389,13 @@ _Note: API-breaking changes are in **bold**_
[#48]: https://github.com/kahmali/meteor-restivus/issues/48 "Issue #48"
[#49]: https://github.com/kahmali/meteor-restivus/issues/49 "Issue #49"
[#68]: https://github.com/kahmali/meteor-restivus/issues/68 "Issue #68"
[#78]: https://github.com/kahmali/meteor-restivus/issues/78 "Issue #78"
[#79]: https://github.com/kahmali/meteor-restivus/issues/79 "Issue #79"
[#81]: https://github.com/kahmali/meteor-restivus/issues/81 "Issue #81"
[#91]: https://github.com/kahmali/meteor-restivus/issues/91 "Issue #91"
[#99]: https://github.com/kahmali/meteor-restivus/issues/99 "Issue #99"
[#118]: https://github.com/kahmali/meteor-restivus/issues/118 "Issue #118"
[#121]: https://github.com/kahmali/meteor-restivus/issues/121 "Issue #121"
[#169]: https://github.com/kahmali/meteor-restivus/issues/169 "Issue #169"
[#170]: https://github.com/kahmali/meteor-restivus/issues/170 "Issue #170"
[#179]: https://github.com/kahmali/meteor-restivus/issues/179 "Issue #179"
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Package.onUse(function (api) {
api.use('check');
api.use('coffeescript');
api.use('underscore');
api.use('accounts-base@1.2.0');
api.use('simple:json-routes@=2.0.1');
api.use('accounts-password@1.1.4');
api.use('simple:json-routes@2.0.1');

api.addFiles('lib/auth.coffee', 'server');
api.addFiles('lib/iron-router-error-to-response.js', 'server');
Expand Down

0 comments on commit 560a02c

Please sign in to comment.