create-v-kit-spa 1.0.2 → 1.0.4

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/README.md CHANGED
@@ -184,7 +184,7 @@ Have an idea? Found a bug? See [how to contribute](https://github.com/Shuashuaa/
184
184
 
185
185
  ## Contributors
186
186
  Thanks to:
187
- - [RGie](https://github.com/vrlara)
187
+ - [RGie](https://github.com/RGienz)
188
188
  <!-- <br>
189
189
 
190
190
  ## Changelog
package/dist/messages.js CHANGED
@@ -47,7 +47,7 @@ function successMessage(sourceVal) {
47
47
  console.log(chalk_1.default.cyanBright.bold("     O      *        '       .\n"));
48
48
  }, 300);
49
49
  setTimeout(() => {
50
- console.log('Well done 🎉🎉,', chalk_1.default.green('These Boilerplates are created with coffee & passion by', chalk_1.default.green.bold.underline('Shuashuaa'), chalk_1.default.whiteBright('\nFor more info (github): >>'), chalk_1.default.green.underline('https://github.com/Shuashuaa/v-kit-spa'), chalk_1.default.whiteBright('\nFor more info (gitlab): >>'), chalk_1.default.green.underline('https://gitlab.com/Shuashuaa/v-kit-spa\n')));
50
+ console.log('Well done 🎉🎉,', chalk_1.default.green('These Boilerplates are created with coffee & passion by', chalk_1.default.green.bold.underline('Shuashuaa'), chalk_1.default.whiteBright('\nFor more info (github): >>'), chalk_1.default.green.underline('https://github.com/Shuashuaa/create-v-kit-spa'), chalk_1.default.whiteBright('\nFor more info (gitlab): >>'), chalk_1.default.green.underline('https://gitlab.com/Shuashuaa/v-kit-spa\n')));
51
51
  }, 800);
52
52
  setTimeout(() => {
53
53
  if (sourceVal == "158" || sourceVal == "159") {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-v-kit-spa",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "main": "dist/index.js",
5
5
  "description": "A simple way to start your Vue-Laravel-spa projects",
6
6
  "repository": "Shuashuaa/v-kit-spa",