tracks/elm/exercises/space-age/package.json in trackler-2.1.0.53 vs tracks/elm/exercises/space-age/package.json in trackler-2.1.0.54

- old
+ new

@@ -2,9 +2,10 @@ "description": "Exercism/Elm", "repository": "https://github.com/exercism/elm.git", "license": "MIT", "scripts": { "postinstall": "elm-package install -y", + "watch": "elm-test --watch", "test": "elm-test" }, "dependencies": { "elm": "0.18.0", "elm-test": "0.18.3"