Skip to content

Commit

Permalink
Add a link to the repository in the package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ciscorn committed Sep 6, 2024
1 parent 835acc8 commit 0b3ee06
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion jmaxml-json-types/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"name": "jmaxml-json-types",
"version": "0.0.6",
"version": "0.0.7",
"license": "MIT",
"authors": [
"MIERUNE Inc. <info@mierune.co.jp>",
"Taku Fukada <naninunenor@gmail.com>"
],
"repository": {
"type": "git",
"url": "https://github.com/MIERUNE/jmaxml"
},
"scripts": {
"test": "vitest",
"prepare": "ts-patch install && typia patch"
Expand Down
3 changes: 2 additions & 1 deletion jmaxml-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[package]
name = "jmaxml-wasm"
version = "0.1.7"
version = "0.1.8"
authors = ["MIERUNE Inc. <info@mierune.co.jp>", "Taku Fukada <naninunenor@gmail.com>"]
edition = "2018"
license = "MIT"
repository = "https://github.com/MIERUNE/jmaxml"
publish = false

[lib]
Expand Down

0 comments on commit 0b3ee06

Please sign in to comment.