Skip to content

Commit f20cabe

Browse files
committed
Updated paths related to metrosdk localcokies and few other modules in package file
1 parent 2b0d10e commit f20cabe

File tree

3 files changed

+20
-19
lines changed

3 files changed

+20
-19
lines changed

package-lock.json

Lines changed: 17 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
"dependencies": {
2727
"@babel/polyfill": "^7.11.5",
2828
"@lightningjs/core": "^2.7.0",
29-
"@metrological/sdk": "github:metrological/metrological-sdk",
29+
"@metrological/sdk": "^1.0.0",
3030
"@michieljs/execute-as-promise": "^1.0.0",
3131
"deepmerge": "^4.2.2",
32-
"localCookie": "github:WebPlatformForEmbedded/localCookie",
32+
"localcookies": "^2.0.0",
3333
"shelljs": "^0.8.5",
3434
"url-polyfill": "^1.1.10",
3535
"whatwg-fetch": "^3.0.0"

src/Storage/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919

2020
import Settings from '../Settings'
21-
import localCookie from 'localCookie/module/localCookie.js'
21+
import localCookie from 'localcookies'
2222

2323
let namespace
2424
let lc

0 commit comments

Comments
 (0)