Skip to content

Commit

Permalink
Merge pull request #3 from kirill-levitskiy-elasticio/master
Browse files Browse the repository at this point in the history
Fix nodejs version
  • Loading branch information
Renat Zubairov authored Oct 12, 2018
2 parents 644e0c5 + 78644f8 commit b7fb0b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
}
},
"engines": {
"node": ">8.1.3"
"node": "8.1.3"
},
"repository": "elastcio/google-pubsub-component",
"license": "Apache-2.0"
Expand Down

0 comments on commit b7fb0b4

Please sign in to comment.