initial service integration

This commit is contained in:
2021-04-14 23:51:08 +02:00
parent 06c6d4540d
commit 63249de99c
12 changed files with 4121 additions and 8 deletions

View File

@@ -8,7 +8,8 @@
"spotlight",
"layout",
"svg",
"enyo-ilib"
"enyo-ilib",
"enyo-webos"
],
"sources": {
"enyo": "https://github.com/enyojs/enyo.git",
@@ -16,7 +17,8 @@
"spotlight": "https://github.com/enyojs/spotlight.git",
"layout": "https://github.com/enyojs/layout.git",
"svg": "https://github.com/enyojs/svg.git",
"enyo-ilib": "https://github.com/enyojs/enyo-ilib.git"
"enyo-ilib": "https://github.com/enyojs/enyo-ilib.git",
"enyo-webos": "https://github.com/enyojs/enyo-webos.git"
},
"targets": {
"enyo": "2.7.0",
@@ -24,7 +26,8 @@
"spotlight": "2.7.0",
"layout": "2.7.0",
"svg": "2.7.0",
"enyo-ilib": "2.7.0"
"enyo-ilib": "2.7.0",
"enyo-webos": "2.7.0"
},
"production": false,
"devMode": true,
@@ -66,4 +69,4 @@
"promisePolyfill": false,
"styleOnly": false,
"lessVars": []
}
}