weexpack-common
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -6,3 +6,3 @@ { | ||
"license": "Apache-2.0", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"repository": { | ||
@@ -46,2 +46,2 @@ "type": "git", | ||
"contributors": [] | ||
} | ||
} |
@@ -167,7 +167,14 @@ /* | ||
if (file.indexOf('*') > -1 && file.indexOf('plist') > -1) { | ||
project_dir = path.join(project_dir, '..'); | ||
project_dir = path.join(project_dir); | ||
// handle wildcards in targets using glob. | ||
matches = modules.glob.sync(path.join(project_dir, '**', file)); | ||
if (matches.length) filepath = matches[0]; | ||
else { | ||
project_dir = path.join(project_dir, '..'); | ||
// handle wildcards in targets using glob. | ||
matches = modules.glob.sync(path.join(project_dir, '**', file)); | ||
if (matches.length) filepath = matches[0]; | ||
} | ||
@@ -174,0 +181,0 @@ // [CB-5989] multiple Info.plist files may exist. default to $PROJECT_NAME-Info.plist |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
212108
36
3749
1