Browse Source

update package.json and icon

Marcelo Fornet 6 years ago
parent
commit
0f8b08f218
3 changed files with 8 additions and 2 deletions
  1. 0 2
      README.md
  2. BIN
      images/icpc-logo-nobg.png
  3. 8 0
      package.json

+ 0 - 2
README.md

@@ -11,5 +11,3 @@
 * Smart veredict reporting (OK, WA, RTE, TLE, CE)
 * Stressing solution against brute using a generator (Useful to find corner cases)
 * (WIP) Automatic generator creation from inputs/outputs structure
-
------------------------------------------------------------------------------------------------------------

BIN
images/icpc-logo-nobg.png


+ 8 - 0
package.json

@@ -5,9 +5,13 @@
     "icon": "images/icpc-logo-nobg.png",
     "publisher": "marx24",
     "version": "0.1.1",
+	"license": "MIT",
     "engines": {
         "vscode": "^1.30.0"
     },
+    "author": {
+		"name": "marx"
+	},
     "categories": [
         "Other"
     ],
@@ -70,6 +74,10 @@
         "type": "git",
 		"url": "https://github.com/mfornet/acmx.git"
     },
+	"bugs": {
+		"url": "https://github.com/mfornet/acmx/issues",
+		"email": "mfornet94@gmail.com"
+	},
     "devDependencies": {
         "@types/got": "^9.3.0",
         "@types/mocha": "^2.2.42",