Skip to content

Commit 9e2f0f7

Browse files
authored
Use production dependencies instead of devDependencies (#7)
1 parent 6a7e339 commit 9e2f0f7

File tree

3 files changed

+30
-81
lines changed

3 files changed

+30
-81
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Linting and formatting configuration shared by Netlify Node.js repositories:
1010

1111
## How to add to a new Node.js repository
1212

13-
- `npm install -D @netlify/eslint-config-node husky cross-env npm-run-all`
13+
- `npm install -D @netlify/eslint-config-node`
1414
- Add the following `.eslintrc.js` to the root of the project. Individual `rules` and `overrides` can be tweaked for the
1515
specific project.
1616

0 commit comments

Comments
 (0)