From 5375d1bc04766f14b545aa1cac9cc0504b8724d7 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Wed, 20 May 2015 11:31:05 +0200 Subject: [PATCH 1/1] Rename package to "ax-monokai-syntax" Update URLs to point to my own forked repository at GitHub: --- package.json | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) 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" } -- 2.39.2