From 9b0136e2288a72fad64f6898f1388e1bafadff5a Mon Sep 17 00:00:00 2001 From: James Martin Date: Thu, 22 Aug 2019 15:06:52 -0400 Subject: [PATCH 1/2] Updating prompt text --- generators/app/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/generators/app/index.js b/generators/app/index.js index 74441cd5..79b3e90b 100644 --- a/generators/app/index.js +++ b/generators/app/index.js @@ -75,8 +75,7 @@ module.exports = class extends Generator { { type: 'confirm', name: 'appInstalled', - message: - 'Would you like a sample application installed? \nNOTE: First time users may benefit from a full sample application as a living example of Solid development:', + message: 'Solid React Generator can install an example application illustrating how to interact with Solid, or a basic application framework. Do you want to install the example application?', }, { type: 'input', From 5595c4983fb4c614bfef1bf45e15a204a696384b Mon Sep 17 00:00:00 2001 From: James Martin Date: Thu, 22 Aug 2019 15:08:52 -0400 Subject: [PATCH 2/2] Updating package number --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d8ddb2eb..21f2d9c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@inrupt/generator-solid-react", - "version": "0.6.1", + "version": "0.6.1-rc.0", "description": "Solid React Application Generator", "homepage": "https://solid.inrupt.com/docs", "contributors": [