astro-vscode 0.10.2 → 0.10.3

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.
Files changed (1) hide show
  1. package/package.json +1 -2
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "color": "#FFBE2D",
9
9
  "theme": "dark"
10
10
  },
11
- "version": "0.10.2",
11
+ "version": "0.10.3",
12
12
  "author": "withastro",
13
13
  "license": "MIT",
14
14
  "publisher": "astro-build",
@@ -192,7 +192,6 @@
192
192
  ]
193
193
  },
194
194
  "scripts": {
195
- "vscode:prepublish": "pnpm build",
196
195
  "build": "astro-scripts build \"src/**/*.ts\" && tsc -p tsconfig.json",
197
196
  "dev": "astro-scripts dev \"src/**/*.ts\""
198
197
  },