This commit is contained in:
Mayel 2021-10-19 19:43:19 +13:00
parent f8eb4fc53a
commit f15284b88c
4 changed files with 5 additions and 3 deletions

4
.gitignore vendored
View file

@ -77,4 +77,8 @@ priv/localisation/*
# we use pnpm, so ignore others
assets/package-lock.json
assets/yarn.lock
# huh?
flavours/cooperation/cooperation
flavours/cooperation/classic
flavours/cooperation/haha

View file

@ -1 +0,0 @@
flavours/classic

View file

@ -1 +0,0 @@
flavours/haha

View file

@ -3,7 +3,7 @@ defmodule Bonfire.MixProject do
use Mix.Project
@config [
version: "0.1.0-beta.22", # note that the flavour will automatically be added where the dash appears
version: "0.1.0-beta.23", # note that the flavour will automatically be added where the dash appears
elixir: "~> 1.12",
default_flavour: "classic",
test_deps_prefixes: ["bonfire_", "pointers", "paginator"],