release version 3.0.3

This commit is contained in:
Ryan Haskell-Glatz 2019-12-24 18:16:38 -06:00
parent 0800060abc
commit a326b1fe17
5 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,5 @@
elm-stuff
src/elm
tests
/elm.json
!.gitignore

View File

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

View File

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

2
cli/package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "elm-spa",
"version": "3.0.2",
"version": "3.0.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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