@voltkit/create-volt 0.1.1 → 0.1.3

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.
@@ -40,7 +40,7 @@ export async function createProject(options) {
40
40
  console.log(' Done! Next steps:');
41
41
  console.log();
42
42
  console.log(` cd ${options.name}`);
43
- console.log(' pnpm install');
44
- console.log(' pnpm run dev');
43
+ console.log(' npm install');
44
+ console.log(' npm run dev');
45
45
  console.log();
46
46
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voltkit/create-volt",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "license": "BSL-1.1",
5
5
  "repository": {
6
6
  "type": "git",