Skip to content

Commit afe68cf

Browse files
committed
Updated package.json because a new fork is needed
1 parent f6f6b4f commit afe68cf

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
Atom syntax theme to match the brogrammer-ui theme
44

5-
Preview:
5+
Preview:
66

77
![Preview](http://i.imgur.com/sX0OWz2.png)

package.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
{
22
"name": "brogrammer-syntax",
33
"theme": "syntax",
4-
"version": "1.0.0",
5-
"private": true,
6-
"description": "A short description of your theme",
7-
"repository": "https://github.com/kenwheeler/brogrammer-syntax",
4+
"version": "1.0.2",
5+
"description": "A twice updated fork of the Brogrammer syntax theme for atom",
6+
"repository": "https://github.com/apedley/brogrammer-syntax",
87
"license": "MIT",
8+
"keywords": [
9+
"dark",
10+
"flat",
11+
"brogrammer"
12+
],
913
"engines": {
10-
"atom": ">0.50.0"
14+
"atom": ">1.13.0"
1115
}
1216
}

0 commit comments

Comments
 (0)