From: Alexander Barton Date: Wed, 20 May 2015 09:31:05 +0000 (+0200) Subject: Rename package to "ax-monokai-syntax" X-Git-Tag: v0.1.0~4 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=atom-ax-monokai-syntax.git;a=commitdiff_plain;h=5375d1bc04766f14b545aa1cac9cc0504b8724d7;hp=1f437bcdee2662644799093d027273733555ec5f Rename package to "ax-monokai-syntax" Update URLs to point to my own forked repository at GitHub: --- 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" }