Skip to content

Commit

Permalink
Update Bower dependencies (pouchdb-community#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
broerse authored and simonexmachina committed Sep 23, 2016
1 parent 6090f13 commit c397928
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions blueprints/ember-pouch/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ module.exports = {

afterInstall: function() {
return this.addBowerPackagesToProject([
{ name: 'pouchdb', target: '^3.5.0' },
{ name: 'relational-pouch', target: '^1.3.2'}
{ name: 'pouchdb', target: '^5.4.5' },
{ name: 'relational-pouch', target: '^1.4.4'}
]);
}
};
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"jquery": "1.11.3",
"loader.js": "ember-cli/loader.js#3.4.0",
"qunit": "~1.20.0",
"pouchdb": "^3.5.0",
"relational-pouch": "^1.3.2"
"pouchdb": "^5.4.5",
"relational-pouch": "^1.4.4"
}
}

0 comments on commit c397928

Please sign in to comment.