We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df2f0e commit e4dbe93Copy full SHA for e4dbe93
bb.edn
@@ -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")}}
+{:src "src/cdg"
+ :tasks {clean
+ (shell "bash -c"
+ "rm -rf awesome*md *json *xml *csv *yml src/*json src/*xml src/*csv src/*yml src/*md")}}
0 commit comments