Skip to content

Commit d9761ed

Browse files
committed
Package updates
1 parent 824625f commit d9761ed

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.npmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
lib/
22
dist/sample
3+
.editorconfig
4+
tsconfig.json
5+
tslint.json

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "electron-better-dialog",
33
"version": "1.0.0",
4-
"description": "",
4+
"description": "Wrapper for the Electron showMessageBox function which works with button objects instead of indexes",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"scripts": {
@@ -19,10 +19,17 @@
1919
"bugs": {
2020
"url": "https://github.com/JakeH/electron-better-dialog/issues"
2121
},
22+
"keywords": [
23+
"electron",
24+
"dialog",
25+
"message",
26+
"messagebox",
27+
"button"
28+
],
2229
"homepage": "https://github.com/JakeH/electron-better-dialog#readme",
2330
"devDependencies": {
2431
"electron": "^1.8.4",
2532
"tslint": "^5.9.1",
2633
"typescript": "^2.8.3"
2734
}
28-
}
35+
}

0 commit comments

Comments
 (0)