Apply 4 suggestion(s) to 3 file(s)
Co-authored-by: Beth Probert <beth_probert@outlook.com>
This commit is contained in:
parent
c79184a6d9
commit
7fdb5f37ba
3 changed files with 4 additions and 4 deletions
|
|
@ -58,7 +58,7 @@ meta-build-image:
|
||||||
- tags
|
- tags
|
||||||
- web
|
- web
|
||||||
|
|
||||||
# Check webapp and server hav matching version string
|
# Check webapp and server have matching version string
|
||||||
version-check:
|
version-check:
|
||||||
stage: analysis
|
stage: analysis
|
||||||
#use a base python image as nothing needs to be installed
|
#use a base python image as nothing needs to be installed
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
#! /usr/bin/env python3
|
#! /usr/bin/env python3
|
||||||
|
|
||||||
"""
|
"""
|
||||||
A script to check that th npm version string matches the python
|
A script to check that the npm version string matches the python
|
||||||
version string exactly.
|
version string exactly.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
|
||||||
4
webapp/package-lock.json
generated
4
webapp/package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "openflexure-microscope-jsclient",
|
"name": "openflexure-microscope-jsclient",
|
||||||
"version": "3.0.0.alpha1",
|
"version": "3.0.0-alpha1",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "openflexure-microscope-jsclient",
|
"name": "openflexure-microscope-jsclient",
|
||||||
"version": "3.0.0.alpha1",
|
"version": "3.0.0-alpha1",
|
||||||
"license": "GNU General Public License v3.0 ",
|
"license": "GNU General Public License v3.0 ",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"imjoy-core": "^0.13",
|
"imjoy-core": "^0.13",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue