File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change
1
+ language : node_js
2
+ node_js :
3
+ - " 6"
4
+ - " 7"
5
+ cache : yarn
Original file line number Diff line number Diff line change 1
1
# HackMD Desktop
2
2
3
+ [ ![ Build Status] ( https://travis-ci.org/hackmdio/hackmd-desktop.svg?branch=master )] ( https://travis-ci.org/hackmdio/hackmd-desktop )
4
+
3
5
An electron wrapped desktop client for HackMD :tada :
4
6
5
7
[ Download Here] ( https://github.com/hackmdio/hackmd-desktop/releases )
6
8
7
- ![ editor] ( ./docs/images/editor.png? )
9
+ ![ editor] ( ./docs/images/editor.png )
8
10
9
11
## Tools
10
12
Original file line number Diff line number Diff line change 10
10
"dist" : " build -mw --linux deb" ,
11
11
"dist:macos" : " build -m" ,
12
12
"dist:linux" : " build --linux deb" ,
13
- "lint" : " standard"
13
+ "lint" : " standard" ,
14
+ "test" : " npm run lint"
14
15
},
15
16
"author" :
" HackMD <[email protected] > (https://hackmd.io)" ,
16
17
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments