File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
lib /
2
2
dist /sample
3
+ .editorconfig
4
+ tsconfig.json
5
+ tslint.json
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " electron-better-dialog" ,
3
3
"version" : " 1.0.0" ,
4
- "description" : " " ,
4
+ "description" : " Wrapper for the Electron showMessageBox function which works with button objects instead of indexes " ,
5
5
"main" : " ./dist/index.js" ,
6
6
"types" : " ./dist/index.d.ts" ,
7
7
"scripts" : {
19
19
"bugs" : {
20
20
"url" : " https://github.com/JakeH/electron-better-dialog/issues"
21
21
},
22
+ "keywords" : [
23
+ " electron" ,
24
+ " dialog" ,
25
+ " message" ,
26
+ " messagebox" ,
27
+ " button"
28
+ ],
22
29
"homepage" : " https://github.com/JakeH/electron-better-dialog#readme" ,
23
30
"devDependencies" : {
24
31
"electron" : " ^1.8.4" ,
25
32
"tslint" : " ^5.9.1" ,
26
33
"typescript" : " ^2.8.3"
27
34
}
28
- }
35
+ }
You can’t perform that action at this time.
0 commit comments