From 4b0aa1e6ba566c63cfb3eae2c226e8323d03b61b Mon Sep 17 00:00:00 2001 From: Lazaro Alonso Date: Mon, 30 Mar 2026 18:52:48 +0200 Subject: [PATCH 1/3] badges and repo links --- README.md | 5 +++++ package.json | 8 ++++++++ 2 files changed, 13 insertions(+) diff --git a/README.md b/README.md index d3e0191..e91cb78 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Icechunk JavaScript +[![npm version](https://img.shields.io/npm/v/icechunk-js.svg)](https://www.npmjs.com/package/icechunk-js) +[![NetCDF4](https://img.shields.io/badge/Icechunk-008B8B)](https://github.com/earth-mover/icechunk) +[![Zarrita.js](https://img.shields.io/badge/Zarrita.js-Compatible-EE3F98)](https://github.com/manzt/zarrita.js) +[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/EarthyScience/icechunk-js/blob/main/LICENSE) + Read-only JavaScript/TypeScript reader for Icechunk repositories, designed for use with [zarrita](https://github.com/manzt/zarrita.js). diff --git a/package.json b/package.json index c5a8215..7f956ca 100644 --- a/package.json +++ b/package.json @@ -64,5 +64,13 @@ "zarrita": { "optional": true } + }, + "repository": { + "type": "git", + "url": "git+https://github.com/EarthyScience/icechunk-js.git" + }, + "homepage": "https://github.com/EarthyScience/icechunk-js/", + "bugs": { + "url": "https://github.com/EarthyScience/icechunk-js/issues" } } From 1c5e5e7b1811a391bcf12aeb47d68b75e251c0dc Mon Sep 17 00:00:00 2001 From: Lazaro Alonso Date: Mon, 30 Mar 2026 18:54:14 +0200 Subject: [PATCH 2/3] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e91cb78..73d7367 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Icechunk JavaScript [![npm version](https://img.shields.io/npm/v/icechunk-js.svg)](https://www.npmjs.com/package/icechunk-js) -[![NetCDF4](https://img.shields.io/badge/Icechunk-008B8B)](https://github.com/earth-mover/icechunk) +[![Icechunk](https://img.shields.io/badge/Icechunk-008B8B)](https://github.com/earth-mover/icechunk) [![Zarrita.js](https://img.shields.io/badge/Zarrita.js-Compatible-EE3F98)](https://github.com/manzt/zarrita.js) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/EarthyScience/icechunk-js/blob/main/LICENSE) From 3d2c2b4e7f2d7a59ab7db1e30570c0bd0bc6d6f7 Mon Sep 17 00:00:00 2001 From: Lazaro Alonso Date: Mon, 30 Mar 2026 18:59:21 +0200 Subject: [PATCH 3/3] readme --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7f956ca..ba92d9d 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "type": "git", "url": "git+https://github.com/EarthyScience/icechunk-js.git" }, - "homepage": "https://github.com/EarthyScience/icechunk-js/", + "homepage": "https://github.com/EarthyScience/icechunk-js#readme", "bugs": { "url": "https://github.com/EarthyScience/icechunk-js/issues" }