Skip to content

Commit

Permalink
Bumped version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
workeffortwaste committed Oct 21, 2020
1 parent 268ffec commit 828e9f2
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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/"
}

0 comments on commit 828e9f2

Please sign in to comment.