weexpack-common
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -6,3 +6,3 @@ { | ||
"license": "Apache-2.0", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"repository": { | ||
@@ -46,2 +46,2 @@ "type": "git", | ||
"contributors": [] | ||
} | ||
} |
@@ -184,2 +184,4 @@ /* | ||
return filepath; | ||
}else if (platform === 'ios' && (file != 'config.xml' || file != 'WeexpluginConfig.xml')){ | ||
return filepath = path.join(project_dir, getIOSProjectname(project_dir), file); | ||
} | ||
@@ -186,0 +188,0 @@ |
@@ -44,2 +44,4 @@ /* | ||
file = 'res/xml/config.xml'; | ||
}else if(file.indexOf('.xml') > -1 && platform == 'ios') { | ||
file = path.join('Resources', 'WeexpluginConfig.xml'); | ||
} | ||
@@ -46,0 +48,0 @@ var fake_path = path.join(project_dir, platform, file); |
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
3743
167772
30
2