Remove elm-tooling from scaffold in favor of using elm-tooling init.

This commit is contained in:
Dillon Kearns 2021-05-16 10:04:58 -07:00
parent e309891be4
commit 63e92e5790
2 changed files with 2 additions and 14 deletions

View File

@ -1,7 +0,0 @@
{
"tools": {
"elm": "0.19.1",
"elm-format": "0.8.5",
"elm-json": "0.2.10"
}
}

View File

@ -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:../.."
}
}