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",
|
"name": "org.openhab.ui.basic",
|
||||||
"version": "3.0.0",
|
"version": "4.0.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "org.openhab.ui.basic",
|
"name": "org.openhab.ui.basic",
|
||||||
"version": "3.0.0",
|
"version": "4.0.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"gulp": "^4.0.2",
|
"gulp": "^4.0.2",
|
||||||
"gulp-eslint": "^6.0.0",
|
"gulp-eslint": "^6.0.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "org.openhab.ui.basic",
|
"name": "org.openhab.ui.basic",
|
||||||
"version": "3.0.0",
|
"version": "4.0.0",
|
||||||
"description": "Basic UI",
|
"description": "Basic UI",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "gulp default"
|
"build": "gulp default"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "habot",
|
"name": "habot",
|
||||||
"version": "3.0.0",
|
"version": "4.0.0",
|
||||||
"description": "A chatbot for openHAB",
|
"description": "A chatbot for openHAB",
|
||||||
"productName": "HABot",
|
"productName": "HABot",
|
||||||
"cordovaId": "org.openhab.ui.habot",
|
"cordovaId": "org.openhab.ui.habot",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "habpanel",
|
"name": "habpanel",
|
||||||
"version": "3.0.0",
|
"version": "4.0.0",
|
||||||
"author": "openHAB Community",
|
"author": "openHAB Community",
|
||||||
"description": "Dashboard user interface for openHAB",
|
"description": "Dashboard user interface for openHAB",
|
||||||
"license": "EPL-2.0",
|
"license": "EPL-2.0",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "org.openhab.ui",
|
"name": "org.openhab.ui",
|
||||||
"displayName": "openHAB",
|
"displayName": "openHAB",
|
||||||
"version": "3.0.0",
|
"version": "4.0.0",
|
||||||
"description": "A sample Apache Cordova application that responds to the deviceready event.",
|
"description": "A sample Apache Cordova application that responds to the deviceready event.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -38,4 +38,4 @@
|
||||||
"android"
|
"android"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "openhab",
|
"name": "openhab",
|
||||||
"version": "3.0.0",
|
"version": "4.0.0",
|
||||||
"description": "openHAB",
|
"description": "openHAB",
|
||||||
"repository": "https://github.com/openhab/openhab-webui",
|
"repository": "https://github.com/openhab/openhab-webui",
|
||||||
"license": "EPL-2.0",
|
"license": "EPL-2.0",
|
||||||
|
|
Loading…
Reference in New Issue