Update webapp package information

This commit is contained in:
Julian Stirling 2026-02-22 22:09:01 +00:00
parent ba722b3d95
commit 08dd705de1
2 changed files with 6 additions and 6 deletions

View file

@ -1,11 +1,11 @@
{
"name": "openflexure-microscope-jsclient",
"name": "openflexure-microscope-server-ui",
"version": "3.0.0-alpha4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "openflexure-microscope-jsclient",
"name": "openflexure-microscope-server-ui",
"version": "3.0.0-alpha4",
"license": "GNU General Public License v3.0 ",
"dependencies": {

View file

@ -1,8 +1,8 @@
{
"name": "openflexure-microscope-jsclient",
"name": "openflexure-microscope-server-ui",
"version": "3.0.0-alpha4",
"private": true,
"description": "User client for the OpenFlexure Microscope Server",
"description": "User interface for the OpenFlexure Microscope Server",
"author": "OpenFlexure <contact@openflexure.org> (https://www.openflexure.org)",
"scripts": {
"gv": "genversion src/version.js",
@ -49,7 +49,7 @@
"not ie <= 8"
],
"displayName": "OpenFlexure Microscope",
"homepage": "https://gitlab.com/openflexure/openflexure-microscope-jsclient",
"homepage": "https://openflexure.org",
"license": "GNU General Public License v3.0 ",
"publisher": "Bath Open Instrumentation Group"
"publisher": "OpenFlexure Project"
}