create-treble-app
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "create-treble-app", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -6,3 +6,3 @@ import path, { dirname } from "path"; | ||
import spawn from "cross-spawn"; | ||
import { TEMPLATES } from "../constants"; | ||
import { TEMPLATES } from "../constants.js"; | ||
@@ -9,0 +9,0 @@ const __dirname = dirname(fileURLToPath(import.meta.url)); |
28325