Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Araxeus committed Apr 21, 2022
1 parent 9445e2c commit de77494
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "custom-electron-prompt",
"version": "1.4.2",
"version": "1.5.0",
"description": "Custom prompt for Electron made easy with various templates",
"homepage": "https://araxeus.github.io/custom-electron-prompt",
"keywords": [
Expand All @@ -26,7 +26,9 @@
"lint:fix": "xo --fix",
"test": "npm run lint"
},
"files": ["lib/"],
"files": [
"lib/"
],
"xo": {
"esnext": true,
"env": [
Expand Down

0 comments on commit de77494

Please sign in to comment.