mirror of
https://github.com/gwenhael-le-moine/credger.git
synced 2024-12-26 09:58:36 +01:00
shards update
Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
parent
3bb0b3d1da
commit
18fa287693
2 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -1,6 +1,6 @@
|
||||||
all: credger public/js/app.min.js
|
all: credger public/js/app.min.js
|
||||||
|
|
||||||
credger: credger.cr ledger.cr
|
credger: credger.cr ledger.cr shard.lock
|
||||||
crystal build $<
|
crystal build $<
|
||||||
|
|
||||||
public/js/app.js: public/ts/app.ts public/ts/services/API.ts public/ts/components/dashboard.ts public/ts/components/bucket.ts
|
public/js/app.js: public/ts/app.ts public/ts/services/API.ts public/ts/components/dashboard.ts public/ts/components/bucket.ts
|
||||||
|
|
|
@ -2,11 +2,11 @@ version: 1.0
|
||||||
shards:
|
shards:
|
||||||
exception_page:
|
exception_page:
|
||||||
github: crystal-loot/exception_page
|
github: crystal-loot/exception_page
|
||||||
version: 0.1.1
|
version: 0.1.2
|
||||||
|
|
||||||
kemal:
|
kemal:
|
||||||
github: kemalcr/kemal
|
github: kemalcr/kemal
|
||||||
version: 0.25.1
|
version: 0.25.2
|
||||||
|
|
||||||
kilt:
|
kilt:
|
||||||
github: jeromegn/kilt
|
github: jeromegn/kilt
|
||||||
|
|
Loading…
Reference in a new issue