Skip to content

Commit b87cbcd

Browse files
Harshit PathakHarshit Pathak
Harshit Pathak
authored and
Harshit Pathak
committed
updating console.log to correct package name
1 parent c3e2da2 commit b87cbcd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/javascript/src/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
console.log('Generated via create-js-app');
1+
console.log('Generated via @xarv/create-js-app');

templates/typescript/src/main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
console.log('Generated from create-js-app');
1+
console.log('Generated from @xarv/create-js-app');

0 commit comments

Comments
 (0)