version 1.0.4

This commit is contained in:
Ryan Haskell-Glatz 2019-11-01 15:50:52 -05:00
parent 2f326f2aba
commit 6064d8881a
5 changed files with 6 additions and 8234 deletions

View File

@ -7,6 +7,6 @@ dist/*
examples/*
node_modules/*
src/*
elm*.json
netlify.toml
docs.json
/elm*.json
/netlify.toml
/docs.json

File diff suppressed because it is too large Load Diff

View File

@ -16,8 +16,9 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@ryannhg/elm-spa": "1.0.1",
"@ryannhg/elm-spa": "1.0.4",
"chokidar-cli": "2.1.0",
"elm": "0.19.1-3",
"elm-live": "4.0.1"
}
}

7167
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "@ryannhg/elm-spa",
"version": "1.0.2",
"version": "1.0.4",
"description": "a way to make single page applications in elm",
"main": "cli/index.js",
"scripts": {