@locator/shared
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -30,2 +30,5 @@ export function getStoredOptions() { | ||
} | ||
if (typeof parsedOptions.welcomeScreenDismissed === "boolean") { | ||
options.welcomeScreenDismissed = parsedOptions.welcomeScreenDismissed; | ||
} | ||
} | ||
@@ -32,0 +35,0 @@ return options; |
{ | ||
"name": "@locator/shared", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"main": "./dist/index.js", | ||
@@ -19,3 +19,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "674209ba5d05e9a41d9dab01d7cd5d144a3430c3", | ||
"gitHead": "d27e249be419c4a6912b28efaea2ab72c7ee1314", | ||
"files": [ | ||
@@ -22,0 +22,0 @@ "dist", |
@@ -45,2 +45,5 @@ export type ProjectOptions = { | ||
} | ||
if (typeof parsedOptions.welcomeScreenDismissed === "boolean") { | ||
options.welcomeScreenDismissed = parsedOptions.welcomeScreenDismissed; | ||
} | ||
} | ||
@@ -47,0 +50,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
46706
1507