Skip to content

Commit

Permalink
fix(docs): update readme to not include hardcoded version (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah authored Aug 3, 2020
1 parent 8ea7a3d commit 2ceeca6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@ By default it just runs on the functions folder specified in `netlify.toml`. Her
```js
// package.json
{
"dependencies": { // you probably don't want it in devDependencies! This is a common gotcha https://www.netlify.com/docs/build-gotchas/#devdependencies
"netlify-lambda": "^1.6.0"
},
"scripts": {
"postinstall": "netlify-lambda install"
}
Expand Down

0 comments on commit 2ceeca6

Please sign in to comment.