Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Adding the engines config to package.json
  • Loading branch information
hiranya911 committed Aug 3, 2018
commit 4971cab94ba248ae633b8073577c8b9d38e781b0
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
"license": "Apache-2.0",
"homepage": "https://firebase.google.com/",
"engines": {
"node": ">=6.0.0"
},
"scripts": {
"build": "gulp build",
"lint": "run-p lint:src lint:unit lint:integration",
Expand Down