X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=package.json;h=bfba892226ef566f4e7ead7b0349ca1b1de4c088;hb=ee8fdf94d00d350b4d943d5b7e5c7e0bdf1272b7;hp=bc5f51d5136c13dcdc1c4f53345734d480452f70;hpb=2276919c47cabed39f1290ae6d9209d367ade62d;p=atom-ax-monokai-syntax.git diff --git a/package.json b/package.json index bc5f51d..bfba892 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,11 @@ { - "name": "seti-monokai", + "name": "ax-monokai-syntax", "theme": "syntax", - "version": "0.3.1", - "private": true, - "description": "A monokai theme for the seti ui", + "version": "0.1.0", + "description": "A Monokai theme for the Atom editor (SETI UI)", "license": "MIT", "engines": { - "atom": ">0.39.0" + "atom": ">0.174.0 <2.0.0" }, "keywords": [ "monokai", @@ -14,12 +13,7 @@ "syntax", "theme" ], - "homepage": "https://github.com/joaoafrmartins/seti-monokai", - "repository": { - "type": "git", - "url": "https://github.com/joaoafrmartins/seti-monokai.git" - }, - "bugs": { - "url": "https://github.com/joaoafrmartins/seti-monokai/issues" - } + "homepage": "https://github.com/alexbarton/atom-ax-monokai-syntax", + "repository": "https://github.com/alexbarton/atom-ax-monokai-syntax.git", + "bugs": "https://github.com/alexbarton/atom-ax-monokai-syntax/issues" }