bump package version

This commit is contained in:
Ryan Haskell-Glatz 2019-12-11 14:58:07 -06:00
parent 6b5de343e2
commit 114c286e08
4 changed files with 4 additions and 4 deletions

View File

@ -21,6 +21,6 @@
"concurrently": "5.0.0",
"elm": "0.19.1-3",
"elm-live": "4.0.1",
"elm-spa":"2.0.9"
"elm-spa":"2.0.10"
}
}

View File

@ -21,6 +21,6 @@
"concurrently": "5.0.0",
"elm": "0.19.1-3",
"elm-live": "4.0.1",
"elm-spa":"2.0.9"
"elm-spa":"2.0.10"
}
}

2
cli/package-lock.json generated
View File

@ -1,5 +1,5 @@
{
"name": "elm-spa",
"version":"2.0.9",
"version":"2.0.10",
"lockfileVersion": 1
}

View File

@ -1,6 +1,6 @@
{
"name": "elm-spa",
"version": "2.0.9",
"version": "2.0.10",
"description": "the cli companion tool for ryannhg/elm-spa",
"main": "src/index.js",
"bin": "src/index.js",