dphelper 0.1.2 → 0.1.3

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/init.js +1 -1
  2. package/package.json +1 -1
package/init.js CHANGED
@@ -17,7 +17,7 @@
17
17
  // FIRST MESSAGE
18
18
  console.groupCollapsed( `%c${pjson.name} v${pjson.version}%c`,"color:orange","" );
19
19
  console.debug( `%c${pjson.name} v${pjson.version}%c by Dario Passariello started`,"color:orange","" );
20
- console.debug( "%cType stpro in this console to see it", "color:gray","" );
20
+ console.debug( `%cType ${pjson.name} in this console to see it`, "color:gray","" );
21
21
  console.debug( "%cFor help visit: " + pjson.repository.help, "color:gray","" );
22
22
  console.debug( 'name: %c' + pjson.name,"color:orange","" );
23
23
  console.debug( 'version: %c' + pjson.version,"color:orange","" );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dphelper",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Many utils for your projects",
5
5
  "main": "index.js",
6
6
  "scripts": {