From a6285f187452992a66dcb35ab55489db9b2383b2 Mon Sep 17 00:00:00 2001 From: JeffreyDavidsz Date: Sun, 20 Jan 2019 10:51:51 +0100 Subject: [PATCH] Indentation fixes version up minor --- package.json | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 6f9faaa..1ded4ac 100644 --- a/package.json +++ b/package.json @@ -1,17 +1,20 @@ { - "name": "bmd-smartview", - "version": "1.0.0", + "name": "bmd-smartview", + "version": "1.0.1", "api_version": "1.0.0", - "keywords": [ "Scope", "Monitor" ], + "keywords": [ + "Scope", + "Monitor" + ], "manufacturer": "Blackmagic Design", "product": "SmartView/SmartScope", "shortname": "smart", "homepage": "https://www.blackmagicdesign.com/products/smartview", - "description": "Module to control Smartview and Smartscope line from Black magick design", - "main": "index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "author": "Per Roine ", - "license": "MIT" + "description": "Module to control Smartview and Smartscope line from Black magick design", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "Per Roine ", + "license": "MIT" }