@valbuild/create 0.82.0 → 0.84.0

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.
@@ -112,7 +112,6 @@ function processTemplateFiles(projectPath, projectName) {
112
112
  }
113
113
  async function main() {
114
114
  try {
115
- console.log("here");
116
115
  const args = process.argv.slice(2);
117
116
  if (args.includes("-h") || args.includes("--help")) {
118
117
  printHelp();
@@ -112,7 +112,6 @@ function processTemplateFiles(projectPath, projectName) {
112
112
  }
113
113
  async function main() {
114
114
  try {
115
- console.log("here");
116
115
  const args = process.argv.slice(2);
117
116
  if (args.includes("-h") || args.includes("--help")) {
118
117
  printHelp();
@@ -105,7 +105,6 @@ function processTemplateFiles(projectPath, projectName) {
105
105
  }
106
106
  async function main() {
107
107
  try {
108
- console.log("here");
109
108
  const args = process.argv.slice(2);
110
109
  if (args.includes("-h") || args.includes("--help")) {
111
110
  printHelp();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@valbuild/create",
3
- "version": "0.82.0",
3
+ "version": "0.84.0",
4
4
  "description": "Create a new Val project with Next.js",
5
5
  "main": "dist/valbuild-create.cjs.js",
6
6
  "module": "dist/valbuild-create.esm.js",
package/src/index.ts CHANGED
@@ -142,7 +142,6 @@ function processTemplateFiles(projectPath: string, projectName: string) {
142
142
 
143
143
  async function main() {
144
144
  try {
145
- console.log("here");
146
145
  const args = process.argv.slice(2);
147
146
  if (args.includes("-h") || args.includes("--help")) {
148
147
  printHelp();