diff --git a/client/.DS_Store b/client/.DS_Store index 00e573c..a0db8c4 100644 Binary files a/client/.DS_Store and b/client/.DS_Store differ 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" },