heatspot 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -2
  2. package/package.json +5 -1
package/README.md CHANGED
@@ -5,7 +5,6 @@
5
5
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.9-%233178C6?logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
6
6
  [![license](https://img.shields.io/github/license/Davidhanson90/heatspot.svg)](LICENSE)
7
7
  [![verify](https://github.com/Davidhanson90/heatspot/actions/workflows/verify-main.yml/badge.svg)](https://github.com/Davidhanson90/heatspot/actions/workflows/verify-main.yml)
8
- [![publish](https://github.com/Davidhanson90/heatspot/actions/workflows/publish-npm.yml/badge.svg)](https://github.com/Davidhanson90/heatspot/actions/workflows/publish-npm.yml)
9
8
 
10
9
  `heatspot` is an ESM TypeScript library for capturing pointer heat data and rendering an embeddable heatmap web component.
11
10
 
@@ -62,7 +61,7 @@ Example with hidden toolbar:
62
61
 
63
62
  ### Example
64
63
 
65
- ![example.jps](assets/example.jpg)
64
+ ![example.jpg](https://raw.githubusercontent.com/Davidhanson90/heatspot/main/assets/example.jpg)
66
65
 
67
66
  ### 3. Optional tracking API
68
67
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "heatspot",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "A tiny ESM TypeScript library.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -37,6 +37,10 @@
37
37
  "typescript",
38
38
  "esm"
39
39
  ],
40
+ "repository": {
41
+ "type": "git",
42
+ "url": "https://github.com/Davidhanson90/heatspot.git"
43
+ },
40
44
  "author": "",
41
45
  "license": "MIT",
42
46
  "engines": {