From 828e9f261882920fc863f36f03805f818cb81c5a Mon Sep 17 00:00:00 2001 From: Chris Johnson <49479599+workeffortwaste@users.noreply.github.com> Date: Wed, 21 Oct 2020 11:19:33 +0100 Subject: [PATCH] Bumped version to 1.1.0 --- package.json | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d35660d..f448744 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,20 @@ { "name": "layout-shift-gif", - "version": "1.0.0", + "version": "1.1.0", "description": "Generates a .gif showing the layout shift events for a website.", "main": "./layout-shift-gif.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "keywords":[ + "layout shift", + "cls", + "gif", + "cumulative layout shift", + "web vitals" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/workeffortwaste/layout-shift-gif.git" }, - "author": "Chris Johnson", + "author": "Chris Johnson (https://defaced.dev)", "license": "ISC", "dependencies": { "canvas": "^2.6.1", @@ -16,5 +24,9 @@ }, "bin": { "layout-shift-gif": "./layout-shift-gif.js" - } + }, + "bugs": { + "url": "https://github.com/workeffortwaste/layout-shift-gif/issues" + }, + "homepage": "https://defaced.dev/tools/layout-shift-gif-generator/" }