Skip to content

Commit 8fe2428

Browse files
authored
Adding the engines config to package.json (#329)
1 parent 9ffe206 commit 8fe2428

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
66
"license": "Apache-2.0",
77
"homepage": "https://firebase.google.com/",
8+
"engines": {
9+
"node": ">=6.0.0"
10+
},
811
"scripts": {
912
"build": "gulp build",
1013
"lint": "run-p lint:src lint:unit lint:integration",

0 commit comments

Comments
 (0)