This commit is contained in:
Mayel de Borniol 2022-05-24 11:16:57 +12:00
parent 087415cdbf
commit 03f77718f7
3 changed files with 3404 additions and 3 deletions

4
.gitignore vendored
View file

@ -82,9 +82,9 @@ benchmarks/output
.local
screenshots/
# we use pnpm, so ignore others
# we use yarn, so ignore others
assets/package-lock.json
assets/yarn.lock
assets/pnpm-lock.yaml
# huh?
flavours/*/classic

3401
assets/yarn.lock Normal file

File diff suppressed because it is too large Load diff

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.106", # note that the flavour will automatically be added where the dash appears
version: "0.2.0-alpha.107", # 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",