Skip to content

Commit e5bd328

Browse files
authored
Merge pull request #6 from puzzle-js/fix/enable-localStorage
Enable local storage
2 parents b78081d + 943c724 commit e5bd328

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@puzzle-js/client-lib",
33
"main": "dist/index.js",
4-
"version": "1.2.1",
4+
"version": "1.2.2",
55
"author": "<emre.kul@trendyol.com>",
66
"license": "MIT",
77
"repository": {
@@ -34,4 +34,4 @@
3434
"webpack": "^4.30.0",
3535
"webpack-cli": "^3.3.4"
3636
}
37-
}
37+
}

src/core.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ export class Core extends Module {
2727

2828
if (decentralizedFragmentsExists) {
2929
Core.gun = (window as any).Gun({
30-
peers: Core.__pageConfiguration.peers,
31-
localStorage: false
30+
peers: Core.__pageConfiguration.peers
3231
});
3332
}
3433

0 commit comments

Comments
 (0)