@lsbjordao/type-taxon-script 1.0.14 → 1.0.15
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/dist/init.js +2 -2
- package/package.json +1 -1
package/dist/init.js
CHANGED
|
@@ -70,14 +70,14 @@ function ttsInit() {
|
|
|
70
70
|
if (dirs.length === 0) {
|
|
71
71
|
console.error('\x1b[36mℹ️ The directory is empty. Please clone a TTS project first.\x1b[0m');
|
|
72
72
|
console.log('\x1b[36mℹ️ Please, visit:\x1b[0m');
|
|
73
|
-
console.log('\x1b[36m TypeTaxonScript package:', '\x1b[33mhttps://www.npmjs.com/package/
|
|
73
|
+
console.log('\x1b[36m TypeTaxonScript package:', '\x1b[33mhttps://www.npmjs.com/package/@lsbjordao/type-taxon-script.\x1b[0m');
|
|
74
74
|
console.log('\x1b[36m TTS project (Mimosa):', '\x1b[33mhttps://github.com/lsbjordao/TTS-Mimosa.\x1b[0m');
|
|
75
75
|
return;
|
|
76
76
|
}
|
|
77
77
|
if (!dirs.includes('taxon') && !dirs.includes('character')) {
|
|
78
78
|
console.error('\x1b[36mℹ️ The directory does not contain a TTS project.\x1b[0m');
|
|
79
79
|
console.log('\x1b[36mℹ️ Please, visit:\x1b[0m');
|
|
80
|
-
console.log('\x1b[36m TypeTaxonScript package:', '\x1b[33mhttps://www.npmjs.com/package/
|
|
80
|
+
console.log('\x1b[36m TypeTaxonScript package:', '\x1b[33mhttps://www.npmjs.com/package/@lsbjordao/type-taxon-script.\x1b[0m');
|
|
81
81
|
console.log('\x1b[36m TTS project (Mimosa):', '\x1b[33mhttps://github.com/lsbjordao/TTS-Mimosa.\x1b[0m');
|
|
82
82
|
return;
|
|
83
83
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lsbjordao/type-taxon-script",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.15",
|
|
4
4
|
"author": "Lucas Jordão <tucarj@gmail.com> & André Eppinghaus <andreeppinghaus@gmail.com> & Vicente Calfo <vicentecalfo@gmail.com>",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"description": "TypeTaxonScript",
|