create-browserpod-quickstart 0.9.7 → 0.9.10

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/package.json +1 -1
  2. package/src/index.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-browserpod-quickstart",
3
- "version": "0.9.7",
3
+ "version": "0.9.10",
4
4
  "description": "Create a new BrowserPod project quickly",
5
5
  "type": "module",
6
6
  "main": "index.js",
package/src/index.js CHANGED
@@ -84,7 +84,7 @@ async function createProject() {
84
84
  {
85
85
  type: 'password',
86
86
  name: 'apiKey',
87
- message: 'Browserpod API key (optional):',
87
+ message: 'BrowserPod API key (get one at https://console.browserpod.io):',
88
88
  hint: 'You can add this later in the .env file'
89
89
  }
90
90
  ]);