create-bdpa-react-scaffold 1.7.4 → 1.7.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/create-ui-lib.js +9 -0
  2. package/package.json +1 -1
package/create-ui-lib.js CHANGED
@@ -340,6 +340,15 @@ const response = await adminApi.getAll("/users");
340
340
  \`\`\`
341
341
  `);
342
342
 
343
+ write(".vscode/extensions.json", `
344
+ {
345
+ "recommendations": [
346
+ "dsznajder.es7-react-js-snippets",
347
+ "vscode-icons-team.vscode-icons"
348
+ ]
349
+ }
350
+ `);
351
+
343
352
  // -------------------------------
344
353
  // src root
345
354
  // -------------------------------
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-bdpa-react-scaffold",
3
- "version": "1.7.4",
3
+ "version": "1.7.5",
4
4
 
5
5
  "description": "Scaffold a React + Tailwind UI library demo via Vite.",
6
6
  "bin": {