From f4dcf06bd2e71f87842265fcf2fc6b3ea5f89595 Mon Sep 17 00:00:00 2001 From: OpenAcousticDevices Date: Tue, 23 Oct 2018 00:20:17 +0100 Subject: [PATCH] Update package details for consistency. --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index ccf0526..c6ca22d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "AudioMothTimeApp", "version": "1.0.3", - "description": "A time setting app for the AudioMoth acoustic logger.", + "description": "The time app for the AudioMoth acoustic acoustic monitoring device.", "main": "main.js", "author": "openacousticdevices.info", "license": "ISC", @@ -52,10 +52,10 @@ "dependencies": { "audiomoth-hid": ">=1.0.19", "bootstrap": "4.1.3", - "electron-debug": "2.0.0", - "jquery": "^3.3.1", "popper.js": "^1.12.3", - "strftime": "0.10.0" + "jquery": "^3.3.1", + "strftime": "0.10.0", + "electron-debug": "2.0.0" }, "engines": { "node": ">=8.10.0"