From 8ef88fbcd2702a36cd8e3c306a6a8002656ac01d Mon Sep 17 00:00:00 2001 From: Jeffrey Cherewaty Date: Thu, 28 Dec 2017 09:32:48 -0800 Subject: [PATCH] Upgrade lie to 3.1.1 --- bower.json | 2 +- component.json | 2 +- dist/localforage.js | 2 +- dist/localforage.min.js | 2 +- dist/localforage.nopromises.js | 2 +- dist/localforage.nopromises.min.js | 2 +- package.json | 10 ++++++++-- 7 files changed, 14 insertions(+), 8 deletions(-) diff --git a/bower.json b/bower.json index 24cc9539..30eb3e85 100644 --- a/bower.json +++ b/bower.json @@ -25,5 +25,5 @@ "assert": "~0.1.0", "modernizr": "~2.8.1" }, - "version": "1.5.3" + "version": "1.5.6" } diff --git a/component.json b/component.json index 339e4f56..d8b499a9 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "localforage", - "version": "1.5.0", + "version": "1.5.6", "dependencies": { "then/promise": "5.0.0" }, diff --git a/dist/localforage.js b/dist/localforage.js index 47252933..628069aa 100644 --- a/dist/localforage.js +++ b/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 */ diff --git a/dist/localforage.min.js b/dist/localforage.min.js index 5545ce00..301f4bd3 100644 --- a/dist/localforage.min.js +++ b/dist/localforage.min.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 */ diff --git a/dist/localforage.nopromises.js b/dist/localforage.nopromises.js index 546c4fd8..bb65d1ba 100644 --- a/dist/localforage.nopromises.js +++ b/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 */ diff --git a/dist/localforage.nopromises.min.js b/dist/localforage.nopromises.min.js index aaa6263c..2e0fd0d2 100644 --- a/dist/localforage.nopromises.min.js +++ b/dist/localforage.nopromises.min.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 */ diff --git a/package.json b/package.json index 6199471f..724935fc 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "storage", "websql" ], - "version": "1.5.3", + "version": "1.5.6", "homepage": "https://github.com/localForage/localForage", "repository": { "type": "git", @@ -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" + ] } }