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",
"version": "0.0.3",
"version": "0.0.3-testfix1",
"description": "Utility to quickly get started with our Integration and astro",
"type": "module",
"main": "./create-astro-ghostcms.mjs",

View File

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