@dcloudio/uni-cli-shared 2.0.2-alpha-4050720250320001 → 2.0.2-alpha-4050720250320002
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/plugin.js +0 -2
- package/package.json +2 -2
package/lib/plugin.js
CHANGED
|
@@ -75,7 +75,6 @@ function initExtends (name, plugin, plugins) {
|
|
|
75
75
|
process.exit(0)
|
|
76
76
|
}
|
|
77
77
|
if (!plugin) {
|
|
78
|
-
console.log(444)
|
|
79
78
|
console.error(uniI18n.__('cliShared.noFoundPlatformPlugin', { 0: extendsPlatform }))
|
|
80
79
|
process.exit(0)
|
|
81
80
|
}
|
|
@@ -103,7 +102,6 @@ module.exports = {
|
|
|
103
102
|
const plugins = resolvePlugins()
|
|
104
103
|
const plugin = plugins.find(plugin => plugin.name === process.env.UNI_PLATFORM)
|
|
105
104
|
if (!plugin) {
|
|
106
|
-
console.log(555, process.env.UNI_CLI_CONTEXT)
|
|
107
105
|
console.error(uniI18n.__('cliShared.noFoundPlatformPlugin', { 0: process.env.UNI_PLATFORM }))
|
|
108
106
|
process.exit(0)
|
|
109
107
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcloudio/uni-cli-shared",
|
|
3
|
-
"version": "2.0.2-alpha-
|
|
3
|
+
"version": "2.0.2-alpha-4050720250320002",
|
|
4
4
|
"description": "uni-cli-shared",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"repository": {
|
|
@@ -27,5 +27,5 @@
|
|
|
27
27
|
"postcss-urlrewrite": "^0.2.2",
|
|
28
28
|
"strip-json-comments": "^2.0.1"
|
|
29
29
|
},
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "8ab2a664ec51ec6176b8125cb9371b6c73441a58"
|
|
31
31
|
}
|