create-vuetify 1.0.5 → 1.0.6

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/dist/output.cjs +1 -1
  2. package/package.json +1 -1
package/dist/output.cjs CHANGED
@@ -235,7 +235,7 @@ ${banner}
235
235
  `);
236
236
  const context = {
237
237
  canOverwrite: false,
238
- cwd: process.cwd().replace(/(\s+)/g, "\\$1"),
238
+ cwd: process.cwd(),
239
239
  projectName: "vuetify-project",
240
240
  useRouter: false,
241
241
  useTypeScript: argv.typescript,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-vuetify",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "main": "dist/output.cjs",
5
5
  "author": "Elijah Kotyluk <elijah@elijahkotyluk.com>",
6
6
  "license": "MIT",