Skip to content

Commit 4a78dd4

Browse files
committed
1.0.2
1 parent 0c28279 commit 4a78dd4

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.0.2 - 2018-04-06
2+
3+
🤩 Add preview into README
4+
15
# 1.0.1 - 2018-04-06
26

37
🐛 Prevent `Error: Compiling Atom theme failed` when `lessc` bin is unavailable

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Atom themes are [less](http://lesscss.org) files so a compilation is required wh
1212

1313
This simple command clone, compile and adjust CSS for you.
1414

15+
![Preview](preview.gif)
16+
1517
## Install
1618

1719
⚠️ No need to install this package globally as you will probably not use it often.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "atom-syntax-theme-to-highlights-css",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"repository":
55
"https://github.com/MoOx/atom-syntax-theme-to-highlights-css.git",
66
"homepage": "https://github.com/MoOx/atom-syntax-theme-to-highlights-css",

0 commit comments

Comments
 (0)