Skip to content

Commit

Permalink
Marketplace fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Furkan Duman authored and Furkan Duman committed Jul 6, 2016
1 parent 97c3e39 commit 86359b3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
Binary file modified client/.DS_Store
Binary file not shown.
File renamed without changes.
File renamed without changes.
15 changes: 13 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]"
},
"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"
},
Expand Down

0 comments on commit 86359b3

Please sign in to comment.