bump npm version

This commit is contained in:
Ryan Haskell-Glatz 2020-03-28 01:17:18 -05:00
parent d90c95ad02
commit a07f43c484
3 changed files with 3 additions and 3 deletions

2
cli/package-lock.json generated
View File

@ -1,5 +1,5 @@
{
"name": "elm-spa",
"version": "4.0.2",
"version": "4.0.3",
"lockfileVersion": 1
}

View File

@ -1,6 +1,6 @@
{
"name": "elm-spa",
"version": "4.0.2",
"version": "4.0.3",
"description": "single page apps made easy",
"main": "index.js",
"bin": "./index.js",

View File

@ -23,6 +23,6 @@
"concurrently": "5.0.0",
"elm": "0.19.1-3",
"elm-live": "4.0.2",
"elm-spa": "4.0.2"
"elm-spa": "4.0.3"
}
}