From 86359b34657ab4f3e2fd6263d68476a4f08e2dd8 Mon Sep 17 00:00:00 2001 From: Furkan Duman Date: Wed, 6 Jul 2016 18:36:11 +0300 Subject: [PATCH] Marketplace fixes --- client/.DS_Store | Bin 6148 -> 6148 bytes License.txt => client/License.txt | 0 README.md => client/README.md | 0 client/package.json | 15 +++++++++++++-- 4 files changed, 13 insertions(+), 2 deletions(-) rename License.txt => client/License.txt (100%) rename README.md => client/README.md (100%) diff --git a/client/.DS_Store b/client/.DS_Store index 00e573c45803e7499360190e9ca4aeed3506e478..a0db8c4c852547958cc94ec3eaea56f50c46f7eb 100644 GIT binary patch delta 159 zcmZoMXfc=|#>B!ku~2NHo+2an#(>?7i!U%UF>+7lVY1ZbX7FLiWJqR6WyoVF29kOV zB@7h|C7wC?$w@i+Nem1O0t^g{H-Pkv$yQ7YwK*Ar7+e_~8C)2AfwUe&E<*~M+905M rj{iWg`3lo%rp@de{2V~*Hy>pF&ODi4#F2xMfq@BV9K+@aku}T!$|NPr delta 71 zcmZoMXfc=|#>B)qu~2NHo+2aX#(>?7jGU8sSS%-3vrOCU%zA`rV?zehW_AvK4xqBl Zf*jwOC-aLqaxee^BLf4=<_M8B%mArY5kmj~ diff --git a/License.txt b/client/License.txt similarity index 100% rename from License.txt rename to client/License.txt diff --git a/README.md b/client/README.md similarity index 100% rename from README.md rename to client/README.md diff --git a/client/package.json b/client/package.json index 2b46155..43b6221 100644 --- a/client/package.json +++ b/client/package.json @@ -1,11 +1,22 @@ { "name": "vscode-nodemcu", - "description": "Supports NodeMCU upload over serial port, lua error detection and lua optimization", - "author": "Furkan Duman", + "displayName": "NodeMcu", + "description": "Supports NodeMCU upload over serial port, lua error detection and lua optimization, intellisense", + "author": { + "name": "Furkan Duman", + "email": "furkan0duman@gmail.com" + }, "license": "MIT", "version": "1.0.1", "publisher": "fduman", "icon": "esp8266.gif", + "repository": { + "type": "git", + "url": "https://github.com/fduman/vscode-nodemcu" + }, + "bugs": { + "url": "https://github.com/fduman/vscode-nodemcu/issues" + } "engines": { "vscode": "^0.10.10" },