@arvin-shu/microcode-theme
Advanced tools
+5
-5
| { | ||
| "name": "@arvin-shu/microcode-theme", | ||
| "version": "1.0.2", | ||
| "version": "1.0.3", | ||
| "description": "microcode主题", | ||
| "main": "index.css", | ||
| "style": "index.css", | ||
| "scripts": { | ||
| "build": "cross-env ORIGINAL_CWD=$PWD BUILD_THEME=true pnpm --filter ../../build-scripts run start", | ||
| "clear": "rm -rf dist" | ||
| }, | ||
| "keywords": [], | ||
@@ -13,7 +17,3 @@ "author": "", | ||
| "registry": "https://registry.npmjs.org/" | ||
| }, | ||
| "scripts": { | ||
| "build": "cross-env ORIGINAL_CWD=$PWD BUILD_THEME=true pnpm --filter ../../build-scripts run start", | ||
| "clear": "rm -rf dist" | ||
| } | ||
| } |