mirror of
https://github.com/ryan-haskell/elm-spa.git
synced 2024-11-26 03:08:02 +03:00
version 1.0.4
This commit is contained in:
parent
2f326f2aba
commit
6064d8881a
@ -7,6 +7,6 @@ dist/*
|
||||
examples/*
|
||||
node_modules/*
|
||||
src/*
|
||||
elm*.json
|
||||
netlify.toml
|
||||
docs.json
|
||||
/elm*.json
|
||||
/netlify.toml
|
||||
/docs.json
|
1062
cli/initial-project/package-lock.json
generated
1062
cli/initial-project/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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
7167
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user