From e1a08b753ceb6a0ba4b1cde57274293f6531d815 Mon Sep 17 00:00:00 2001 From: Henry Harder Date: Mon, 22 Jul 2019 11:08:10 -0700 Subject: [PATCH 1/2] update go-kosu to use latest contracts package --- packages/go-kosu/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/go-kosu/package.json b/packages/go-kosu/package.json index a4feb6b3..13f0509d 100644 --- a/packages/go-kosu/package.json +++ b/packages/go-kosu/package.json @@ -11,6 +11,6 @@ }, "config": {}, "devDependencies": { - "@kosu/system-contracts": "^0.1.0-alpha.4" + "@kosu/system-contracts": "^0.1.1" } -} +} \ No newline at end of file From 01abf1e4af8fcb878cd9029f035151f822261fdc Mon Sep 17 00:00:00 2001 From: Henry Harder Date: Mon, 22 Jul 2019 11:09:59 -0700 Subject: [PATCH 2/2] running prettier --- packages/go-kosu/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/go-kosu/package.json b/packages/go-kosu/package.json index 13f0509d..d011ab42 100644 --- a/packages/go-kosu/package.json +++ b/packages/go-kosu/package.json @@ -13,4 +13,4 @@ "devDependencies": { "@kosu/system-contracts": "^0.1.1" } -} \ No newline at end of file +}