Skip to content

Commit

Permalink
1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogball committed Dec 19, 2017
1 parent 6054490 commit 2e1fd02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blueprints/storage/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module.exports = {
afterInstall: function () {
return this.addBowerPackagesToProject([
{ name: 'localforage', target: '~1.5.5' },
{ name: 'localforage-sessionstoragewrapper', '~1.2.0'}
{ name: 'localforage-sessionstoragewrapper', target: '~1.2.0' }
]);
},

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-localforage",
"version": "1.5.5",
"version": "1.5.6",
"description": "The addon provides an ember-data adapter and a storageFor computed property that persists the changes to localforage",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 2e1fd02

Please sign in to comment.