diff --git a/Makefile b/Makefile index d451454..e1f07fd 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ all: credger public/js/app.min.js -credger: credger.cr ledger.cr +credger: credger.cr ledger.cr shard.lock 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 diff --git a/shard.lock b/shard.lock index 07d5186..a8d735e 100644 --- a/shard.lock +++ b/shard.lock @@ -2,11 +2,11 @@ version: 1.0 shards: exception_page: github: crystal-loot/exception_page - version: 0.1.1 + version: 0.1.2 kemal: github: kemalcr/kemal - version: 0.25.1 + version: 0.25.2 kilt: github: jeromegn/kilt