From 9c2ac5e0089e23a5284746c66583504ad949a597 Mon Sep 17 00:00:00 2001 From: Ruslan Tatyshev <ruslan.tatyshev@gmail.com> Date: Sat, 10 Aug 2019 17:30:59 +0300 Subject: [PATCH] add homepage --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index a5ececa..d1e0796 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "2.1.7", "main": "src/given.js", "description": "Lazy variable evaluation for Jasmine, Mocha, Jest specs, inspired by Rspec's let", + "homepage": "https://github.com/tatyshev/given2", "repository": { "type": "git", "url": "git@github.com:tatyshev/given2.git"