mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
package.json: set engine to node v4
This commit is contained in:
parent
365ce1236f
commit
400a765d91
@ -1,6 +1,9 @@
|
||||
{
|
||||
"name": "jaws-framework",
|
||||
"version": "1.3.3",
|
||||
"engines" : {
|
||||
"node" : ">=4.0"
|
||||
},
|
||||
"preferGlobal": true,
|
||||
"description": "JAWS is the serverless framework powered by Amazon Web Services.",
|
||||
"author": "Austen Collins <austen@servant.co>, Ryan Pendergast <ryan.pendergast@gmail.com>",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user