mirror of
https://github.com/correl/elm.git
synced 2025-04-10 17:00:06 -09:00
Add elm-package.json to the contributing instructions
This commit is contained in:
parent
b0f78d9299
commit
57f84d6b97
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ port runner =
|
|||
|
||||
- All the tests for xElm exercises can be run from the top level of the repo with `bin/build.sh`. Please run this command before submitting your PR.
|
||||
|
||||
- If you are submitting a new exercise, be sure to add it to the appropriate place in `config.json`. Also, please run `bin/fetch-configlet && bin/configlet` to ensure the exercise is configured correctly.
|
||||
- If you are submitting a new exercise, be sure to add it to the appropriate place in `config.json` and `elm-package.json` files. Also, please run `bin/fetch-configlet && bin/configlet` to ensure the exercise is configured correctly.
|
||||
|
||||
## License
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue