Skip to content

Commit

Permalink
fix(package.json): bad private options
Browse files Browse the repository at this point in the history
  • Loading branch information
nekomeowww committed Feb 20, 2025
1 parent cf9cc83 commit 863c94e
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/docs",
"type": "module",
"version": "0.3.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand Down
1 change: 0 additions & 1 deletion packages/elevenlabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "@proj-airi/elevenlabs",
"type": "module",
"version": "0.3.0",
"private": false,
"description": "Simple wrapper of types of Elevenlabs's SDK",
"author": {
"name": "Neko Ayaka",
Expand Down
1 change: 0 additions & 1 deletion packages/hfup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "hfup",
"type": "module",
"version": "0.3.0",
"private": false,
"description": "A collection of tools to help you deploy, bundle HuggingFace Spaces and related assets with ease.",
"author": {
"name": "Neko Ayaka",
Expand Down
3 changes: 1 addition & 2 deletions packages/lobe-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"name": "@proj-airi/lobe-icons",
"type": "module",
"version": "0.3.0",
"private": true,
"description": "",
"description": "Iconify JSON IconSet port for @lobehub/icons",
"author": {
"name": "Neko Ayaka",
"email": "neko@ayaka.moe",
Expand Down
1 change: 0 additions & 1 deletion packages/server-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "@proj-airi/server-runtime",
"type": "module",
"version": "0.3.0",
"private": false,
"description": "Server runtime implementation for Airi running in different environments",
"author": {
"name": "Neko Ayaka",
Expand Down
1 change: 0 additions & 1 deletion packages/server-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "@proj-airi/server-sdk",
"type": "module",
"version": "0.3.0",
"private": false,
"description": "Client-side SDK implementation for connecting to Airi server components and runtimes",
"author": {
"name": "Neko Ayaka",
Expand Down
1 change: 0 additions & 1 deletion packages/server-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "@proj-airi/server-shared",
"type": "module",
"version": "0.3.0",
"private": false,
"description": "Server shared types, utilities for Airi server components and runtimes",
"author": {
"name": "Neko Ayaka",
Expand Down
1 change: 0 additions & 1 deletion packages/unplugin-download/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@proj-airi/unplugin-download",
"type": "module",
"version": "0.3.0",
"private": true,
"description": "Vite plugin to download files",
"author": {
Expand Down
1 change: 0 additions & 1 deletion packages/unplugin-live2d-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@proj-airi/unplugin-live2d-sdk",
"type": "module",
"version": "0.3.0",
"private": true,
"description": "Vite plugin to download Live2D SDK",
"author": {
Expand Down
1 change: 0 additions & 1 deletion services/minecraft/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@proj-airi/minecraft-bot",
"type": "module",
"version": "0.3.0",
"private": true,
"description": "An intelligent Minecraft bot powered by LLM. AIRI can understand natural language commands, interact with the world, and assist players in various tasks.",
"scripts": {
Expand Down

0 comments on commit 863c94e

Please sign in to comment.