Skip to content

Commit de77494

Browse files
committed
v1.5.0
1 parent 9445e2c commit de77494

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "custom-electron-prompt",
3-
"version": "1.4.2",
3+
"version": "1.5.0",
44
"description": "Custom prompt for Electron made easy with various templates",
55
"homepage": "https://araxeus.github.io/custom-electron-prompt",
66
"keywords": [
@@ -26,7 +26,9 @@
2626
"lint:fix": "xo --fix",
2727
"test": "npm run lint"
2828
},
29-
"files": ["lib/"],
29+
"files": [
30+
"lib/"
31+
],
3032
"xo": {
3133
"esnext": true,
3234
"env": [

0 commit comments

Comments
 (0)