create-pb-tririga-react-app 1.0.1 → 1.0.2
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.
- package/index.js +1 -3
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -49,6 +49,4 @@ pkgJson.name = projectName;
|
|
|
49
49
|
fs.writeFileSync(pkgJsonPath, JSON.stringify(pkgJson, null, 2));
|
|
50
50
|
|
|
51
51
|
console.log(`Success! Created ${projectName}.`);
|
|
52
|
-
console.log(`
|
|
53
|
-
console.log(`npm install`);
|
|
54
|
-
console.log(`npm run dev`);
|
|
52
|
+
console.log(`See Readme.md in the project folder for instructions on how to get started.`);
|