From 5e59a166de60cabf1fb0222bd6b9dfb10148f382 Mon Sep 17 00:00:00 2001 From: Moody Salem Date: Wed, 22 Apr 2020 10:54:27 -0500 Subject: [PATCH] Couple more clean ups to the package.json --- package.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 045f17951..5a13c0fad 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,16 @@ { "name": "@uniswap/v2-core", - "version": "1.0.0-beta.3", - "files": [ - "contracts", - "build" - ], + "description": "Core contracts for the UniswapV2 protocol", + "version": "1.0.0-beta.4", + "homepage": "https://uniswap.org", "repository": { "type": "git", "url": "https://github.com/Uniswap/uniswap-v2-core" }, + "files": [ + "contracts", + "build" + ], "engines": { "node": ">=10" },