فهرست منبع

Upgraded Node.js to v10.8.x.

Switched npm to use UNLICENSED (All Rights Reserved).
Added option to build debian (.deb) binary. (#3)
Daniel Scalzi 7 سال پیش
والد
کامیت
e602848f9c
4فایلهای تغییر یافته به همراه8 افزوده شده و 6 حذف شده
  1. 1 1
      .nvmrc
  2. 1 1
      .travis.yml
  3. 1 1
      README.md
  4. 5 3
      package.json

+ 1 - 1
.nvmrc

@@ -1 +1 @@
-10.5
+10.8

+ 1 - 1
.travis.yml

@@ -3,7 +3,7 @@ matrix:
     - os: osx
       osx_image: xcode9.4
       language: node_js
-      node_js: "10.5"
+      node_js: "10.8"
       env:
         - ELECTRON_CACHE=$HOME/.cache/electron
         - ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder

+ 1 - 1
README.md

@@ -77,7 +77,7 @@ If you want to export the console output, simply right click anywhere on the con
 
 **System Requirements**
 
-* [Node.js][nodejs] v10.5.0+
+* [Node.js][nodejs] v10.8.0+
 
 ---
 

+ 5 - 3
package.json

@@ -12,18 +12,20 @@
     "dist:win": "npm run dist -- --win --x64",
     "dist:mac": "npm run dist -- --mac",
     "dist:linux": "npm run dist -- --linux --x64",
+    "dist:deb": "npm run dist -- --linux deb --x64",
     "dist:all": "npm run dist -- -wl --x64",
     "lint": "eslint --config .eslintrc.json --ignore-pattern app/assets/js/scripts/*.js . && eslint --config .eslintrc.scripts.json app/assets/js/scripts"
   },
   "engines": {
-    "node": "10.5.x"
+    "node": "10.8.x"
   },
   "repository": {
     "type": "git",
     "url": "git+https://github.com/WesterosCraftCode/ElectronLauncher.git"
   },
-  "author": "Daniel Scalzi",
-  "license": "AGPL-3.0",
+  "author": "Daniel Scalzi (https://github.com/dscalzi/)",
+  "license": "UNLICENSED",
+  "private": true,
   "bugs": {
     "url": "https://github.com/WesterosCraftCode/ElectronLauncher/issues"
   },