We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ffe206 commit 8fe2428Copy full SHA for 8fe2428
package.json
@@ -5,6 +5,9 @@
5
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
6
"license": "Apache-2.0",
7
"homepage": "https://firebase.google.com/",
8
+ "engines": {
9
+ "node": ">=6.0.0"
10
+ },
11
"scripts": {
12
"build": "gulp build",
13
"lint": "run-p lint:src lint:unit lint:integration",
0 commit comments