Skip to content

Commit 56fd1a6

Browse files
committed
chore: cleanups
1 parent e731b8e commit 56fd1a6

File tree

4 files changed

+5
-13
lines changed

4 files changed

+5
-13
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "localForage-getItems",
3-
"version": "1.0.0",
2+
"name": "localforage-getitems",
3+
"version": "1.0.1",
44
"main": [
55
"src/localforage-getItems.js"
66
],

examples/index.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,5 @@
119119
<p>
120120
Check your console log.
121121
</p>
122-
<p>
123-
Restart your browser or open a new incognito tab, <br />
124-
to verify that everything is stored just for a session.
125-
</p>
126122
</body>
127123
</html>

examples/index2.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,5 @@
8282
<p>
8383
Check your console log.
8484
</p>
85-
<p>
86-
Restart your browser or open a new incognito tab, <br />
87-
to verify that everything is stored just for a session.
88-
</p>
8985
</body>
9086
</html>

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "localForage-getItems",
2+
"name": "localforage-getitems",
33
"author": "Thodoris Greasidis",
44
"description": "Adds getItems method to localForage.",
55
"keywords": [
66
"localforage",
7-
"sessionstorage"
7+
"getItems"
88
],
9-
"version": "1.0.0",
9+
"version": "1.0.1",
1010
"homepage": "https://github.com/thgreasi/localForage-getItems",
1111
"repository": {
1212
"type": "git",

0 commit comments

Comments
 (0)