initial service integration
This commit is contained in:
11
.enyoconfig
11
.enyoconfig
@@ -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": []
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user