Skip to content

Commit

Permalink
Merge pull request #25 from Izurii/update-auto-launch
Browse files Browse the repository at this point in the history
Start script and angular-messages package
  • Loading branch information
Izurii authored May 18, 2021
2 parents b1a9232 + d8c3519 commit 7027f2e
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
Expand Up @@ -5,15 +5,16 @@
"node": "=14.16.0"
},
"engineStrict": true,
"version": "v1.8.40-apocalypse",
"version": "v1.8.60-apocalypse",
"description": "Software to control the keyboard backlight rgb leds of Lenovo Legion Y720 notebook.",
"main": "main.js",
"author": "Izurii Hootoh <[email protected]> (https://github.com/Izurii)",
"scripts": {
"preinstall": "npm i -g electron-builder",
"postinstall": "electron-builder install-app-deps",
"dist": "electron-builder",
"release": "electron-builder"
"release": "electron-builder",
"start": "electron ."
},
"build": {
"appId": "y720-kb-led-controller",
Expand Down Expand Up @@ -62,6 +63,7 @@
"angular-animate": "^1.8.2",
"angular-aria": "^1.8.2",
"angular-material": "^1.2.2",
"angular-messages" : "^1.7.2",
"angular-route": "^1.8.2",
"easy-auto-launch": "^5.0.6",
"electron-first-run": "^3.0.0",
Expand Down

0 comments on commit 7027f2e

Please sign in to comment.