Skip to content

Commit

Permalink
Add elm-hot to devDependencies
Browse files Browse the repository at this point in the history
It's used by the Elm asset tests.
  • Loading branch information
ktosiek committed Dec 10, 2018
1 parent 72f10f9 commit cf0dd84
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -89,6 +89,7 @@
"coffeescript": "^2.0.3",
"cross-env": "^5.1.1",
"elm": "^0.19.0",
"elm-hot": "^1.0.1",
"eslint": "^4.13.0",
"glslify-bundle": "^5.0.0",
"glslify-deps": "^1.3.0",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Expand Up @@ -3119,6 +3119,11 @@ elliptic@^6.0.0:
minimalistic-assert "^1.0.0"
minimalistic-crypto-utils "^1.0.0"

elm-hot@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/elm-hot/-/elm-hot-1.0.1.tgz#12751fc41ecf1ddc58b5492114d6f77395d3a440"
integrity sha512-C6VEX3TqVJv+OhUKMMb2mcaSuRArqvCFNItqxue81/mlfX4PWwvovE5vqocgO3AnrStyHElCRm0KNknfDttEBw==

elm@^0.19.0:
version "0.19.0"
resolved "https://registry.yarnpkg.com/elm/-/elm-0.19.0.tgz#c6ad86afea9e971424ebe75e36c9d03412a787fa"
Expand Down

0 comments on commit cf0dd84

Please sign in to comment.