Skip to content

Commit e4dbe93

Browse files
author
Bastien Guerry
committed
chore(bb.edn): Remove useless info
1 parent 0df2f0e commit e4dbe93

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

bb.edn

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
{:version "0.9"
2-
:description "Codegouvfr CLI"
3-
:url "https://github.com/codegouvfr/codegouvfr-cli"
4-
:license {:name "Eclipse Public License - v 2.0"
5-
:url "http://www.eclipse.org/legal/epl-v20.html"}
6-
:min-bb-version "0.4.0"
7-
:src "src/cdg"
8-
:tasks {clean
9-
(shell "bash -c"
10-
"rm -rf awesome*md *json *xml *csv *yml src/*json src/*xml src/*csv src/*yml src/*md")}}
1+
{:src "src/cdg"
2+
:tasks {clean
3+
(shell "bash -c"
4+
"rm -rf awesome*md *json *xml *csv *yml src/*json src/*xml src/*csv src/*yml src/*md")}}

0 commit comments

Comments
 (0)