mini-entry
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -5,3 +5,3 @@ /* | ||
* @Last Modified by: youzhao.zhou | ||
* @Last Modified time: 2021-04-21 23:53:25 | ||
* @Last Modified time: 2021-04-21 23:54:02 | ||
* @Description 获取webpack入口 | ||
@@ -229,3 +229,3 @@ * | ||
function parseSubPages(pages) { | ||
if (Array.isArray(pages)) { | ||
if (!Array.isArray(pages)) { | ||
return {}; | ||
@@ -232,0 +232,0 @@ } |
{ | ||
"name": "mini-entry", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "解析小程序json", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
13627