create-cubing-app 0.35.6-rc19 → 0.35.6-rc20

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.
@@ -94,7 +94,8 @@ await transferFile(
94
94
  await execPromise("npm install --save cubing", execOptions);
95
95
  await execPromise("npm install --save-dev barely-a-dev-server", execOptions);
96
96
 
97
- console.log(`Your cubing app has been created.
97
+ console.log(`---------------------------------
98
+ Your cubing app has been created.
98
99
  To work on it, run:
99
100
 
100
101
  cd ${packageRoot}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-cubing-app",
3
- "version": "0.35.6-rc19",
3
+ "version": "0.35.6-rc20",
4
4
  "type": "module",
5
5
  "bin": "./bin/create-cubing-app.js",
6
6
  "scripts": {