1
0
Fork 0
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:
Erik Simmler 2016-03-11 06:19:06 -05:00
parent b0f78d9299
commit 57f84d6b97

View file

@ -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