create-skybridge 0.0.0-dev.cbd74dd → 0.0.0-dev.cc48d14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-skybridge",
3
- "version": "0.0.0-dev.cbd74dd",
3
+ "version": "0.0.0-dev.cc48d14",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "author": "Alpic",
@@ -11,7 +11,6 @@
11
11
  "scripts": {
12
12
  "dev": "nodemon",
13
13
  "build": "tsc",
14
- "lint": "biome ci",
15
14
  "start": "node dist/index.js",
16
15
  "inspector": "mcp-inspector http://localhost:3000/mcp"
17
16
  },
@@ -6,7 +6,6 @@
6
6
  "scripts": {
7
7
  "dev": "echo 'Not implemented",
8
8
  "build": "tsc -b && vite build",
9
- "lint": "biome ci",
10
9
  "preview": "vite preview"
11
10
  },
12
11
  "dependencies": {