Skip to content

Commit 2ef7a49

Browse files
authored
Merge pull request #190 from netlify/doc/node-version
Document minimum Node.js version
2 parents 06ff271 + 6da52c6 commit 2ef7a49

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Netlify Lambda
22

3+
[![Node](https://img.shields.io/node/v/netlify-lambda.svg?logo=node.js)](https://www.npmjs.com/package/netlify-lambda)
4+
35
This is an optional tool that helps with building or locally developing [Netlify Functions](https://www.netlify.com/docs/functions/) with a simple webpack/babel build step. For function folders, there is also a small utility to install function folder dependencies.
46

57
The goal is to make it easy to write Lambda's with transpiled JS/TypeScript features and imported modules.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,8 @@
4747
"auto-changelog": "^1.13.0",
4848
"gh-release": "^3.5.0",
4949
"jest": "^23.6.0"
50+
},
51+
"engines": {
52+
"node": ">=8.0.0"
5053
}
5154
}

0 commit comments

Comments
 (0)