Skip to content

Commit ca01dca

Browse files
Merge pull request #3 from hanabi-rest/fix
Update package name and license
2 parents 00eef50 + 79383c5 commit ca01dca

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

.changeset/clean-rivers-do.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@hanabi.rest/cli": minor
3+
---
4+
5+
Temporary correction of package name and license update

.changeset/config.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json",
3-
"changelog": ["@changesets/changelog-github", { "repo": "inaridiy/api-gen-cli" }],
3+
"changelog": [
4+
"@changesets/changelog-github",
5+
{ "repo": "inaridiy/api-gen-cli" }
6+
],
47
"commit": false,
58
"fixed": [],
69
"linked": [],
7-
"access": "restricted",
10+
"access": "public",
811
"baseBranch": "main",
912
"updateInternalDependencies": "patch",
1013
"ignore": []

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 hono-funclub
3+
Copyright (c) 2024 hanabi.rest
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@hanabi/cli",
2+
"name": "@hanabi.rest/cli",
33
"version": "0.0.1",
44
"description": "CLI to download code, SQL, and dependencies for hanabi.rest applications.",
55
"publishConfig": {

0 commit comments

Comments
 (0)