X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=atom-ax-monokai-syntax.git;a=blobdiff_plain;f=package.json;h=203b389323022ab583955dafb1b2af4441952ff9;hp=961e52f091dc61ec1023d0ce732b98c6ca977e41;hb=5375d1bc04766f14b545aa1cac9cc0504b8724d7;hpb=1f437bcdee2662644799093d027273733555ec5f diff --git a/package.json b/package.json index 961e52f..203b389 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,8 @@ { - "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.0.1", + "description": "A Monokai theme for the Atom editor (SETI UI)", "license": "MIT", "engines": { "atom": ">0.174.0 <2.0.0" @@ -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" }