pull/690/head
nchamo 2019-06-30 21:49:34 -03:00
rodzic dc40b70b89
commit 8aff477d90
3 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "WebODM",
"version": "0.9.0",
"version": "1.1.0",
"description": "Open Source Drone Image Processing",
"main": "index.js",
"scripts": {
@ -26,6 +26,7 @@
"@babel/plugin-syntax-class-properties": "^7.0.0-beta.54",
"@babel/preset-env": "^7.0.0-beta.54",
"@babel/preset-react": "^7.0.0-beta.54",
"@babel/runtime": "^7.4.5",
"async": "^2.1.2",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.4.0",

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "ElevationMap",
"webodmMinVersion": "0.9.0",
"webodmMinVersion": "1.1.0",
"description": "Calculate and draw an elevation map based on a task's DEMs",
"version": "1.0.0",
"author": "Nicolas Chamo",

Wyświetl plik

@ -77,7 +77,7 @@ case $key in
;;
--dev)
export WO_DEBUG=YES
export WO_DEV=YES
export WO_DEV=YES
dev_mode=true
shift # past argument
;;