Skip to content

Commit 11ab87a

Browse files
committed
fix: update logo
1 parent 2a5d08f commit 11ab87a

File tree

4 files changed

+2
-65
lines changed

4 files changed

+2
-65
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<img src="logo.svg" alt="jaxray logo" width="300"/>
2+
<img src="logo.png" alt="jaxray logo" width="300"/>
33
<p><strong>Labeled multi-dimensional arrays for JavaScript</strong></p>
44

55
[![npm version](https://img.shields.io/npm/v/jaxray?style=flat-square)](https://www.npmjs.com/package/jaxray)

logo.png

31.5 KB
Loading

logo.svg

Lines changed: 0 additions & 63 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dclimate/jaxray",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "A javascript implementation similar to xarray",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)