spec(dev): mainブランチからバージョン情報を削除 (MisskeyIO#1005)

This commit is contained in:
あわわわとーにゅ 2025-05-14 06:14:27 +09:00 committed by GitHub
parent 8cd2e3273c
commit 814c328d6f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2 additions and 4 deletions

View file

@ -3,8 +3,6 @@ name: Check Misskey JS version
on:
push:
branches:
- main
- beta
- io
- host
paths:

View file

@ -1,6 +1,6 @@
{
"name": "misskey",
"version": "2024.5.0-io.9i",
"version": "0.0.0",
"codename": "nasubi",
"repository": {
"type": "git",

View file

@ -1,7 +1,7 @@
{
"type": "module",
"name": "misskey-js",
"version": "2024.5.0-io.9i",
"version": "0.0.0",
"description": "Misskey SDK for JavaScript",
"types": "./built/dts/index.d.ts",
"exports": {