Skip to content

Commit

Permalink
Upgrade lie to 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cherewaty authored and tofumatt committed Jan 18, 2018
1 parent 86bfcd9 commit 8ef88fb
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -25,5 +25,5 @@
"assert": "~0.1.0",
"modernizr": "~2.8.1"
},
"version": "1.5.3"
"version": "1.5.6"
}
2 changes: 1 addition & 1 deletion component.json
@@ -1,6 +1,6 @@
{
"name": "localforage",
"version": "1.5.0",
"version": "1.5.6",
"dependencies": {
"then/promise": "5.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion dist/localforage.js
@@ -1,6 +1,6 @@
/*!
localForage -- Offline Storage, Improved
Version 1.5.5
Version 1.5.6
https://localforage.github.io/localForage
(c) 2013-2017 Mozilla, Apache License 2.0
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/localforage.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/localforage.nopromises.js
@@ -1,6 +1,6 @@
/*!
localForage -- Offline Storage, Improved
Version 1.5.5
Version 1.5.6
https://localforage.github.io/localForage
(c) 2013-2017 Mozilla, Apache License 2.0
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/localforage.nopromises.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions package.json
Expand Up @@ -9,7 +9,7 @@
"storage",
"websql"
],
"version": "1.5.3",
"version": "1.5.6",
"homepage": "https://github.com/localForage/localForage",
"repository": {
"type": "git",
Expand Down Expand Up @@ -64,6 +64,12 @@
"url": "http://github.com/localForage/localForage/issues"
},
"dependencies": {
"lie": "3.0.2"
"lie": "3.1.1"
},
"lint-staged": {
"{src,test}/**/*.js": [
"prettier --write",
"git add"
]
}
}

0 comments on commit 8ef88fb

Please sign in to comment.