Skip to content

Commit bff3b3d

Browse files
author
Huahai Yang
committedJan 25, 2025··
remove bench data files from jar
1 parent 901b1c0 commit bff3b3d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ distance between trees and related problems. SIAM Journal of Computing,
315315

316316
## License
317317

318-
Copyright © 2018-2024 [Juji, Inc.](https://juji.io)
318+
Copyright © 2018-2025 [Juji, Inc.](https://juji.io)
319319

320320
Distributed under the Eclipse Public License either version 1.0 or (at
321321
your option) any later version.

‎project.clj

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
:karma {:config {"browserDisconnectTimeout" 30000
1717
"browserNoActivityTimeout" 90000}}}
1818
:clean-targets ^{:protect false} [:target-path "out" "target"]
19+
:jar-exclusions [#"\.edn"]
1920
:cljsbuild {:builds
2021
{:dev
2122
{:source-paths ["src" "test" "dev"]

0 commit comments

Comments
 (0)
Please sign in to comment.