@expo/config
Advanced tools
Comparing version 3.2.14 to 3.2.15
@@ -14,4 +14,3 @@ "use strict"; | ||
const sourceRoot = getSourceRoot(projectRoot); | ||
const sourceRootParts = sourceRoot.split(path_1.default.sep); | ||
return sourceRootParts[sourceRootParts.length - 1]; | ||
return path_1.default.basename(sourceRoot); | ||
} | ||
@@ -18,0 +17,0 @@ exports.getProjectName = getProjectName; |
{ | ||
"name": "@expo/config", | ||
"version": "3.2.14", | ||
"version": "3.2.15", | ||
"description": "A library for interacting with the app.json", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
Sorry, the diff of this file is not supported yet
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
506813
5141