Update package.json versions of UIs to 4.0.0 (#1762)
These versions are probably not really used by anything, but it is still nice if they are up to date. Signed-off-by: Wouter Born <github@maindrain.net>pull/1771/head
parent
e879347eb8
commit
5e4e32019e
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "org.openhab.ui.basic",
|
||||
"version": "3.0.0",
|
||||
"version": "4.0.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "org.openhab.ui.basic",
|
||||
"version": "3.0.0",
|
||||
"version": "4.0.0",
|
||||
"dependencies": {
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-eslint": "^6.0.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "org.openhab.ui.basic",
|
||||
"version": "3.0.0",
|
||||
"version": "4.0.0",
|
||||
"description": "Basic UI",
|
||||
"scripts": {
|
||||
"build": "gulp default"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "habot",
|
||||
"version": "3.0.0",
|
||||
"version": "4.0.0",
|
||||
"description": "A chatbot for openHAB",
|
||||
"productName": "HABot",
|
||||
"cordovaId": "org.openhab.ui.habot",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "habpanel",
|
||||
"version": "3.0.0",
|
||||
"version": "4.0.0",
|
||||
"author": "openHAB Community",
|
||||
"description": "Dashboard user interface for openHAB",
|
||||
"license": "EPL-2.0",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "org.openhab.ui",
|
||||
"displayName": "openHAB",
|
||||
"version": "3.0.0",
|
||||
"version": "4.0.0",
|
||||
"description": "A sample Apache Cordova application that responds to the deviceready event.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
@ -38,4 +38,4 @@
|
|||
"android"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "openhab",
|
||||
"version": "3.0.0",
|
||||
"version": "4.0.0",
|
||||
"description": "openHAB",
|
||||
"repository": "https://github.com/openhab/openhab-webui",
|
||||
"license": "EPL-2.0",
|
||||
|
|
Loading…
Reference in New Issue