diff --git a/stages/3/README.md b/stages/3/README.md index fb612e4..8a3196c 100644 --- a/stages/3/README.md +++ b/stages/3/README.md @@ -19,7 +19,13 @@ Run this at the terminal: npm install ``` -## Automatically Rebuild +## Run Tests + +```bash +npm test +``` + +## Engage Auto-Rebuilding ```bash npm run watch diff --git a/stages/3/elm-package.json b/stages/3/elm-package.json index 34bf64c..c5b0298 100644 --- a/stages/3/elm-package.json +++ b/stages/3/elm-package.json @@ -1,6 +1,6 @@ { "version": "1.0.0", - "summary": "Like GitHub, but funkier.", + "summary": "Like GitHub, but for Elm stuff.", "repository": "https://github.com/rtfeldman/elm-workshop.git", "license": "BSD-3-Clause", "source-directories": [ @@ -9,11 +9,12 @@ ], "exposed-modules": [], "dependencies": { + "deadfoxygrandpa/elm-test": "3.1.1 <= v < 4.0.0", "elm-lang/core": "3.0.0 <= v < 4.0.0", "evancz/elm-effects": "2.0.0 <= v < 3.0.0", "evancz/elm-html": "4.0.0 <= v < 5.0.0", + "evancz/elm-http": "3.0.0 <= v < 4.0.0", "evancz/start-app": "2.0.0 <= v < 3.0.0", - "deadfoxygrandpa/elm-test": "3.1.1 <= v < 4.0.0", "laszlopandy/elm-console": "1.0.3 <= v < 2.0.0" }, "elm-version": "0.16.0 <= v < 0.17.0" diff --git a/stages/3/index.html b/stages/3/index.html index 3c03303..c7234fc 100644 --- a/stages/3/index.html +++ b/stages/3/index.html @@ -3,7 +3,7 @@
-