Skip to content

Commit

Permalink
Merge pull request #28 from qazsato/fix_badge
Browse files Browse the repository at this point in the history
fix badge url
  • Loading branch information
qazsato authored Dec 1, 2024
2 parents 5d71f09 + 8bd2dd2 commit 6d19677
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![test](https://github.com/qazsato/japanmesh/actions/workflows/test.yml/badge.svg)
[![npm version](https://badge.fury.io/js/japanmesh.svg)](https://badge.fury.io/js/japanmesh)
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE)
[![MIT License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)

## About

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "japanmesh",
"version": "1.3.2",
"version": "1.3.3",
"description": "地域メッシュのコードと緯度経度の変換ユーティリティ",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 6d19677

Please sign in to comment.