Browse Source

unresponsive pull request, publish new package

windhamdavid 7 years ago
parent
commit
d47a6f9aaf
1 changed files with 5 additions and 5 deletions
  1. 5 5
      package.json

+ 5 - 5
package.json

@@ -1,12 +1,12 @@
 {
 {
-  "name": "sunburst",
+  "name": "sunburst-theme",
   "theme": "syntax",
   "theme": "syntax",
-  "version": "0.3.0",
+  "version": "0.2.0",
   "private": false,
   "private": false,
-  "description": "An atom port of the TextMate Sunburst theme",
-  "repository": "https://github.com/npverni/atom-sunburst",
+  "description": "An atom port of the TextMate Sunburst theme by Soryu (https://github.com/Soryu/Sunburst)",
+  "repository": "https://github.com/windhamdavid/atom-sunburst",
   "license": "MIT",
   "license": "MIT",
   "engines": {
   "engines": {
-    "atom": ">0.50.0"
+    "atom": ">=1.0.0 <2.0.0"
   }
   }
 }
 }