diff --git a/.gitignore b/.gitignore index f4cb512..6677a8f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ elm-stuff/ *.html +node_modules +package-lock.json diff --git a/examples/elm.json b/examples/elm.json index 1c522e9..34a44a6 100644 --- a/examples/elm.json +++ b/examples/elm.json @@ -4,7 +4,7 @@ ".", "../src/" ], - "elm-version": "0.19.0", + "elm-version": "0.19.1", "dependencies": { "direct": { "avh4/elm-color": "1.0.0", @@ -25,4 +25,4 @@ "direct": {}, "indirect": {} } -} \ No newline at end of file +}