create-framer-plugin
Advanced tools
Comparing version 0.1.3 to 0.1.5
@@ -45,2 +45,3 @@ #!/usr/bin/env node | ||
async function init() { | ||
console.log() | ||
log(chalk.blue("➤") + " Welcome to the Framer Plugins") | ||
@@ -200,7 +201,5 @@ | ||
case "yarn": | ||
console.log(" yarn") | ||
console.log(" yarn dev") | ||
break | ||
default: | ||
console.log(` ${pkgManager} install`) | ||
console.log(` ${pkgManager} run dev`) | ||
@@ -207,0 +206,0 @@ break |
{ | ||
"name": "create-framer-plugin", | ||
"version": "0.1.3", | ||
"version": "0.1.5", | ||
"description": "Create Framer Plugins with one command", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
25437
820