From fd0257ec12617f5d8c12752ce0ec690f15d249fb Mon Sep 17 00:00:00 2001 From: Jordan Walke Date: Thu, 18 Jan 2018 03:47:16 -0800 Subject: [PATCH] package.json fixes --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ad4484a..9c92392 100644 --- a/package.json +++ b/package.json @@ -4,10 +4,11 @@ "description": "Implementation CSS layout using pure Reason - powered by css-layout project", "repository": { "type": "git", - "url": "https://github.com/jordwalke/re-layout.git" + "url": "https://github.com/jordwalke/flex.git" }, "keywords": [ "css", + "flex", "flexbox", "layout", "reason",