Selaa lähdekoodia

misc: set supported Node version to >= 6

j8
Saúl Ibarra Corretgé 8 vuotta sitten
vanhempi
commit
e78c70e53d
2 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 2
    0
      README.md
  2. 3
    0
      package.json

+ 2
- 0
README.md Näytä tiedosto

@@ -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 Näytä tiedosto

@@ -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",

Loading…
Peruuta
Tallenna