From 307ef33a104856e4bb53af31d8c280d08cf32ebb Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Mon, 4 Mar 2019 22:06:40 -0500 Subject: [PATCH] Update description as project expands and reshapes. Now will develop shared modules for the app, cli and then the "native" experimental app written in proton-native. --- app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/package.json b/app/package.json index 0e23d23..572094c 100644 --- a/app/package.json +++ b/app/package.json @@ -1,7 +1,7 @@ { "name": "mcopy-app", "version": "1.2.2", - "description": "Small guage film optical printer platform", + "description": "GUI for the mcopy small gauge film optical printer platform", "main": "main.js", "scripts": { "start": "./node_modules/.bin/electron main.js",