Parcourir la source

misc: set supported Node version to >= 6

master
Saúl Ibarra Corretgé il y a 8 ans
Parent
révision
e78c70e53d
2 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 2
    0
      README.md
  2. 3
    0
      package.json

+ 2
- 0
README.md Voir le fichier

@@ -28,6 +28,8 @@ You can get our mobile versions from here:
28 28
 
29 29
 ## Building the sources
30 30
 
31
+Node.js >= 6 is required.
32
+
31 33
 On Debian/Ubuntu systems, the required packages can be installed with:
32 34
 ```
33 35
 sudo apt-get install npm nodejs-legacy

+ 3
- 0
package.json Voir le fichier

@@ -98,6 +98,9 @@
98 98
     "webpack": "2.6.1",
99 99
     "webpack-dev-server": "2.4.5"
100 100
   },
101
+  "engines": {
102
+      "node": ">=6.0.0"
103
+  },
101 104
   "license": "Apache-2.0",
102 105
   "scripts": {
103 106
     "lint": "jshint . && eslint . && flow",

Chargement…
Annuler
Enregistrer