This commit is contained in:
Adam Matthiesen 2024-01-28 20:49:38 -08:00
parent e94e882d88
commit c4335adc91
2 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@matthiesenxyz/create-astro-ghostcms", "name": "@matthiesenxyz/create-astro-ghostcms",
"version": "0.0.3", "version": "0.0.3-testfix1",
"description": "Utility to quickly get started with our Integration and astro", "description": "Utility to quickly get started with our Integration and astro",
"type": "module", "type": "module",
"main": "./create-astro-ghostcms.mjs", "main": "./create-astro-ghostcms.mjs",

View File

@ -1,6 +1,6 @@
export { exitPrompt } from "./exitPrompt"; export * from "./exitPrompt";
export { getModulePaths } from "./getModulePaths"; export * from "./getModulePaths";
export { isPackageManager } from "./isPackageManager"; export * from "./isPackageManager";
export { isPathname } from "./isPathname"; export * from "./isPathname";
export { normalizePath } from "./normalizePath"; export * from "./normalizePath";
export { wait } from "./wait"; export * from "./wait";