Remove requirement to install npm dependencies

This commit is contained in:
Jeroen Engels 2021-03-12 18:05:24 +01:00
parent 2c44c70394
commit 67d099190a
3 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,6 @@
/* To run this script:
- Clone `elm-review` locally
- npm install
Then run

File diff suppressed because one or more lines are too long

View File

@ -9,7 +9,7 @@ If you are looking for a specific dependency not provided by this list, you can
are not enough, you can create one yourself. If you only care about a few types or functions, you can re-create them
manually using the api from [`elm/project-metadata-utils`](https://package.elm-lang.org/packages/elm/project-metadata-utils/1.0.0/Elm-Project).
If you need a more complete dependency, with comments and everything, that is surprisingly difficult, so I made [this
script to generate dependencies](https://github.com/jfmengels/elm-review/blob/master/create-dependency/index.js#L1-L13).
script to generate dependencies](https://github.com/jfmengels/elm-review/blob/master/create-dependency/index.js#L1-L12).
## Dependencies