Skip to content

Commit

Permalink
Merge pull request #14 from amadeuspzs/patch-1
Browse files Browse the repository at this point in the history
Remove decimal point for node engine version
  • Loading branch information
xVir authored Apr 22, 2019
2 parents 7359778 + e5ac8f7 commit f8c7874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "Apache Version 2.0",
"author": "Google Inc.",
"engines": {
"node": "6.0"
"node": "6"
},
"scripts": {
"start": "firebase serve --only functions:dialogflowFirebaseFulfillment",
Expand Down

0 comments on commit f8c7874

Please sign in to comment.