create-framer-plugin
Advanced tools
@@ -147,3 +147,3 @@ #!/usr/bin/env node | ||
const framerJson = JSON.parse(await fs.promises.readFile(framerJsonPath, "utf8")) | ||
framerJson.name = appName | ||
framerJson.name = titleCase(appName) | ||
framerJson.id = shortId() | ||
@@ -150,0 +150,0 @@ await fs.promises.writeFile(framerJsonPath, JSON.stringify(framerJson, null, 2) + os.EOL) |
{ | ||
"name": "create-framer-plugin", | ||
"version": "1.2.0-beta.3", | ||
"version": "1.2.0-beta.4", | ||
"description": "Create Framer Plugins with one command", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
28210
0.04%4
-20%