diff --git a/uni_modules/uts-advance/package.json b/uni_modules/uts-advance/package.json index c0338e87f91a4a3c2bc2484734651e422aaafe19..5f452d5ef543539ddc410bcef2ac6400b73906c1 100644 --- a/uni_modules/uts-advance/package.json +++ b/uni_modules/uts-advance/package.json @@ -76,6 +76,16 @@ "联盟": "u" } } - } + }, + "type": "uts", + "uts": { + "android": { + "libs": [], + "dependencies": [] + }, + "ios": { + "libs": [] + } + } } } \ No newline at end of file diff --git a/uni_modules/uts-helloworld/package.json b/uni_modules/uts-helloworld/package.json index bba88dae9237a5975ebde1315589e65a05327ab1..ff30cd62bced2b8e48d1de0f568b595d480fe53e 100644 --- a/uni_modules/uts-helloworld/package.json +++ b/uni_modules/uts-helloworld/package.json @@ -76,6 +76,16 @@ "联盟": "u" } } + }, + "type": "uts", + "uts": { + "android": { + "libs": [], + "dependencies": [] + }, + "ios": { + "libs": [] + } } } -} \ No newline at end of file +} diff --git a/uni_modules/uts-osapi/package.json b/uni_modules/uts-osapi/package.json index bffc38ab55100999946dd0e025d0c934ddc4241f..74f48a3be0cabf3f96cec9df6c680c84b3962e4b 100644 --- a/uni_modules/uts-osapi/package.json +++ b/uni_modules/uts-osapi/package.json @@ -76,7 +76,17 @@ "联盟": "u" } } - } - + }, + "type": "uts", + "uts": { + "android": { + "libs": [], + "dependencies": [] + }, + "ios": { + "libs": [] + } + } + } } \ No newline at end of file