Comparing version 0.2.1 to 0.2.2
@@ -0,1 +1,3 @@ | ||
#!/usr/bin/env bun | ||
import { promises as fs } from 'node:fs' | ||
@@ -2,0 +4,0 @@ import { sep, join } from 'node:path' |
{ | ||
"name": "create-nue", | ||
"type": "module", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"homepage": "https://github.com/nuejs/create-nue", | ||
@@ -6,0 +6,0 @@ "description": "Develop websites and single-page applications faster with the power of universal hot-reloading", |
2379366
1104