remove parcel

This commit is contained in:
Mayel de Borniol 2022-05-30 20:04:38 +12:00
parent 2dff48936d
commit 53124e9805
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,6 @@
"phoenix_live_view": "link:../deps/phoenix_live_view"
},
"devDependencies": {
"@parcel/transformer-sass": "2.5.0",
"autoprefixer": "^10.4.7",
"buffer": "^6.0.3",
"chromedriver": "^101.0.0",
@ -53,6 +52,7 @@
"tailwindcss-debug-screens": "^2.2.1"
},
"disabledDependencies": {
"@parcel/transformer-sass": "2.5.0",
"parcel": "^2.5.0",
"pnpm": "^7.1.3"
}

View file

@ -3,7 +3,7 @@ defmodule Bonfire.MixProject do
use Mix.Project
@config [ # TODO: put these in ENV or an external writeable config file similar to deps.*
version: "0.2.0-alpha.117", # note that the flavour will automatically be added where the dash appears
version: "0.2.0-alpha.118", # note that the flavour will automatically be added where the dash appears
elixir: "~> 1.13",
default_flavour: "classic",
logo: "assets/static/images/bonfire-icon.png",