vite-plugin-framer
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -12,3 +12,5 @@ import picocolors from "picocolors" | ||
console.log( | ||
`${blue("➤")} Learn how to view your Plugin in Framer: ${blue(docsUrl)}` | ||
`\n${blue("➤")} Learn how to view your Plugin in Framer: ${blue( | ||
docsUrl | ||
)}` | ||
) | ||
@@ -15,0 +17,0 @@ }, |
{ | ||
"name": "vite-plugin-framer", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"type": "module", | ||
@@ -11,5 +11,5 @@ "main": "index.js", | ||
"peerDependencies": { | ||
"vite": "^5.0.0", | ||
"picocolors": "^1.0.0" | ||
"picocolors": "^1.0.0", | ||
"vite": "^5.0.0" | ||
} | ||
} |
3159
4
36