create-framer-plugin
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -38,3 +38,3 @@ // @ts-check | ||
typescript: "^5.3", | ||
vite: "^5", | ||
vite: "^6", | ||
}, | ||
@@ -41,0 +41,0 @@ } |
{ | ||
"name": "create-framer-plugin", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Create Framer Plugins with one command", | ||
@@ -17,4 +17,6 @@ "main": "index.js", | ||
"setup-dev": "node scripts/setup-dev.js", | ||
"prepare": "yarn clean", | ||
"dev": "yarn setup-dev && cd templates/default && yarn && yarn dev", | ||
"prepublishOnly": "yarn clean" | ||
"prepublishOnly": "yarn clean", | ||
"prepack": "yarn clean" | ||
}, | ||
@@ -21,0 +23,0 @@ "keywords": [], |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24893