Forráskód Böngészése

Upgraded Node.js to v10.9.0

Daniel Scalzi 7 éve
szülő
commit
8fc2ebf831
4 módosított fájl, 4 hozzáadás és 4 törlés
  1. 1 1
      .nvmrc
  2. 1 1
      .travis.yml
  3. 1 1
      README.md
  4. 1 1
      package.json

+ 1 - 1
.nvmrc

@@ -1 +1 @@
-10.8
+10.9

+ 1 - 1
.travis.yml

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

+ 1 - 1
README.md

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

+ 1 - 1
package.json

@@ -17,7 +17,7 @@
     "lint": "eslint --config .eslintrc.json --ignore-pattern app/assets/js/scripts/*.js . && eslint --config .eslintrc.scripts.json app/assets/js/scripts"
   },
   "engines": {
-    "node": "10.8.x"
+    "node": "10.9.x"
   },
   "repository": {
     "type": "git",