create-l3-app
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -106,3 +106,3 @@ #!/usr/bin/env Node | ||
await replaceInFile('src/lib/api.ts', '3001', API_PORT); | ||
await replaceInFile('src/hooks/use-api.ts', '3001', API_PORT); | ||
await replaceInFile('src/hooks/use-api.tsx', '3001', API_PORT); | ||
} | ||
@@ -109,0 +109,0 @@ |
{ | ||
"name": "create-l3-app", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"bin": { | ||
@@ -5,0 +5,0 @@ "create-l3-app": "bin.js" |
3629