mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-01 07:45:22 +03:00
Remove elm-tooling from scaffold in favor of using elm-tooling init.
This commit is contained in:
parent
e309891be4
commit
63e92e5790
@ -1,7 +0,0 @@
|
||||
{
|
||||
"tools": {
|
||||
"elm": "0.19.1",
|
||||
"elm-format": "0.8.5",
|
||||
"elm-json": "0.2.10"
|
||||
}
|
||||
}
|
@ -1,15 +1,10 @@
|
||||
{
|
||||
"name": "elm-pages-example",
|
||||
"version": "1.0.0",
|
||||
"description": "Example site built with elm-pages.",
|
||||
"name": "elm-pages-app",
|
||||
"scripts": {
|
||||
"start": "elm-pages dev",
|
||||
"build": "elm-pages build"
|
||||
},
|
||||
"author": "Dillon Kearns",
|
||||
"license": "BSD-3",
|
||||
"devDependencies": {
|
||||
"elm-pages": "file:../..",
|
||||
"elm-tooling": "^1.3.0"
|
||||
"elm-pages": "file:../.."
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user