create-cubing-app 0.35.6-rc14 → 0.35.6-rc15

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.
@@ -146,11 +146,11 @@ console.log(`Created a cubing project. To develop your app, run:
146
146
  cd ${packageRoot}
147
147
  npm run dev
148
148
 
149
- To create a build in \`./dist/web\` that can be uploaded to a file server, run:
149
+ To create a build of your app that can be uploaded to a file server, run:
150
150
 
151
151
  npm run build
152
152
 
153
- When a new version of \`cubing.js\` is released on the future, you can upgrade using:
153
+ When a new version of \`cubing.js\` is released in the future, you can upgrade using:
154
154
 
155
155
  npm install cubing@latest
156
156
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-cubing-app",
3
- "version": "0.35.6-rc14",
3
+ "version": "0.35.6-rc15",
4
4
  "type": "module",
5
5
  "bin": "./bin/create-cubing-app.js",
6
6
  "scripts": {