mirror of
https://github.com/jfmengels/elm-review.git
synced 2024-11-22 04:52:46 +03:00
Remove requirement to install npm dependencies
This commit is contained in:
parent
2c44c70394
commit
67d099190a
@ -1,7 +1,6 @@
|
||||
/* To run this script:
|
||||
|
||||
- Clone `elm-review` locally
|
||||
- npm install
|
||||
|
||||
Then run
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user